home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / sysv386 / 16529 < prev    next >
Encoding:
Text File  |  1992-11-17  |  721 b   |  18 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!ames!ncar!csn!cherokee!da_vinci!lookout!dir
  3. From: dir@lookout.it.uswc.uswest.com (Daniel I. Rosenblatt)
  4. Subject: Re: Arg list too long
  5. Message-ID: <Bxtr6z.F1E@da_vinci.it.uswc.uswest.com>
  6. Sender: dir@lookout (Daniel I. Rosenblatt)
  7. Nntp-Posting-Host: lookout
  8. Organization: US WEST Information Technologies
  9. References: <1992Nov12.133054.15413@litwin.com> <MATT.92Nov15175954@raven.bacchus.esa.OZ.AU>
  10. Date: Mon, 16 Nov 1992 19:52:11 GMT
  11. Lines: 5
  12.  
  13. If you're using GNU make, try adding the following line to your Makefile:
  14. .NOEXPORT:
  15.  
  16. GNU make tries to export every Makefile macro definition into the
  17. environment when executing commands.
  18.