From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18413 invoked from network); 18 Feb 1997 13:53:50 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 18 Feb 1997 13:53:50 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id IAA10883; Tue, 18 Feb 1997 08:44:10 -0500 (EST) Resent-Date: Tue, 18 Feb 1997 08:44:10 -0500 (EST) From: Rohinton Kazak To: zsh-workers@math.gatech.edu Subject: Makefile loop? X-Mailer: ScoMail 3.0.Ca MIME-Version: 1.0 Date: Tue, 18 Feb 1997 13:43:27 +0000 (GMT) Content-Type: text/plain; charset=iso-8859-1 Message-ID: <9702181343.aa14183@tyne.sco.com> Resent-Message-ID: <"g0Ryq3.0.-f2.g8R2p"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2915 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hmm, I have just tried to do a make install with zsh-3.1.1, is the following correct? in the top of tree Makefile we have the following; /home/royk/zsh-3.1.1/Makefile # install/uninstall just the modules install.modules uninstall.modules: cd Src && $(MAKE) $(MAKEDEFS) $@ in the /home/royk/zsh-3.1.1/Src/Makefile we have # install/uninstall modules install.modules uninstall.modules: @for dir in .. $(MONULE_DIRS); do \ test $$dir != .. && (cd $$dir && $(MAKE) $(MAKEDEFS) $@); \ done Is this a loop as it now will retry Src??? I get the following error # make install.modules UX:make: WARNING: No suffix list. cd Src && make CC='cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-O' LDFLAGS='' LIBS='-lnsl -ltermcap' prefix='/gnu' exec_prefix='/gnu' bindir='/gnu/bin' libdir='/ gnu/lib' infodir='/gnu/info' mandir='/gnu/man' manext='1' install.modules *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. _________________________________________________________ Rohinton Kazak SCO, Croxley Business Park, Phone: +44 (0)1923 813851 Hatters Lane, Watford Fax: +44 (0)1923 813804 WD1 8YN, UK Email: royk@sco.com _________________________________________________________