Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Makefile loop?
- X-seq: zsh-workers 2915
- From: Rohinton Kazak <royk@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Makefile loop?
- Date: Tue, 18 Feb 1997 13:43:27 +0000 (GMT)
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@xxxxxxx
_________________________________________________________
Messages sorted by:
Reverse Date,
Date,
Thread,
Author