zsh-workers
 help / color / mirror / code / Atom feed
* Makefile loop?
@ 1997-02-18 13:43 Rohinton Kazak
  0 siblings, 0 replies; only message in thread
From: Rohinton Kazak @ 1997-02-18 13:43 UTC (permalink / raw)
  To: zsh-workers


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
_________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-02-18 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-18 13:43 Makefile loop? Rohinton Kazak

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).