home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi.misc
- 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
- From: chow@sdc1.ssc.gov (Ivan Chow,,2216)
- Subject: unable to use make on SGI
- Message-ID: <1992Dec16.011758.15525@sunova.ssc.gov>
- Sender: usenet@sunova.ssc.gov (News Admin)
- Nntp-Posting-Host: sdc1
- Reply-To: chow@sdc1.ssc.gov
- Organization: SSCL
- References: <34692@adm.brl.mil>
- Date: Wed, 16 Dec 1992 01:17:58 GMT
- Lines: 19
-
- Hi,
- I have tried to use make on an SGI machine.
- But the syntax seems like is totally different from
- other machines. The normal dependency "making"
- mechanism works fine. But I can't do any
- looping with the make. For examples,
-
- for i in $(SUBDIR)"";
- do
- echo "$$i";
- make
- done
-
- The make always coomplains
- for: command not found
-
- Can anyone give a hand on this? Please.
-
- Ivan
-