home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / misc / 3 < prev    next >
Encoding:
Text File  |  1992-12-15  |  883 b   |  33 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!sunova!sdc1!chow
  3. From: chow@sdc1.ssc.gov (Ivan Chow,,2216)
  4. Subject: unable to use make on SGI
  5. Message-ID: <1992Dec16.011758.15525@sunova.ssc.gov>
  6. Sender: usenet@sunova.ssc.gov (News Admin)
  7. Nntp-Posting-Host: sdc1
  8. Reply-To: chow@sdc1.ssc.gov
  9. Organization: SSCL
  10. References: <34692@adm.brl.mil>
  11. Date: Wed, 16 Dec 1992 01:17:58 GMT
  12. Lines: 19
  13.  
  14. Hi,
  15.    I have tried to use make on an SGI machine.
  16. But the syntax seems like is totally different from
  17. other machines.  The normal dependency "making"
  18. mechanism works fine.  But I can't do any
  19. looping with the make.  For examples,
  20.  
  21. for i in $(SUBDIR)"";
  22. do
  23. echo "$$i";
  24. make
  25. done
  26.  
  27. The make always coomplains
  28. for: command not found
  29.  
  30. Can anyone give a hand on this?  Please.
  31.  
  32. Ivan
  33.