From: Ben Gras Date: Sun, 16 Oct 2005 20:14:40 +0000 (+0000) Subject: Take nvi out of the small compile list. X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=81c9a2a959aa56a9b378fc78376adaeb3af3de1f;p=minix.git Take nvi out of the small compile list. --- diff --git a/commands/Makefile b/commands/Makefile index d58cdde53..6f59a773f 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -34,13 +34,10 @@ all: small big install: biginstall smallinstall small:: - -mkdir $(NVIWORK) cd $(GZIP) && CC="$(CC)" /bin/sh ./configure --prefix=/usr/local && $(MAKE) all - cd $(NVI) && make all smallinstall:: small cd $(GZIP) && $(MAKE) install - cd $(NVI) && make install big: cd $(FLEX) && /bin/sh makeme.sh @@ -50,6 +47,8 @@ big: cd $(COREUTILS) && /bin/sh makeme.sh cd $(EMACS) && /bin/sh makeme.sh cd $(PYTHON) && /bin/sh makeme.sh + -mkdir $(NVIWORK) + cd $(NVI) && make all biginstall: big cd $(FLEX) && make install @@ -59,6 +58,7 @@ biginstall: big cd $(LYNX) && make install cd $(EMACS) && make install cd $(COREUTILS) && make install + cd $(NVI) && make install clean:: if [ -f $(FLEX)/Makefile ] ; then cd $(FLEX) && make $@; fi