zsh-workers
 help / color / mirror / code / Atom feed
From: Rohinton Kazak <royk@sco.COM>
To: zsh-workers@math.gatech.edu
Subject: Makefile loop?
Date: Tue, 18 Feb 1997 13:43:27 +0000 (GMT)	[thread overview]
Message-ID: <9702181343.aa14183@tyne.sco.com> (raw)


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
_________________________________________________________


                 reply	other threads:[~1997-02-18 13:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9702181343.aa14183@tyne.sco.com \
    --to=royk@sco.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).