From: Ben Gras Date: Fri, 17 Feb 2006 12:36:53 +0000 (+0000) Subject: Kick nvi out of base X-Git-Tag: v3.1.2a~348 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch01.html?a=commitdiff_plain;h=c162654310ba5be66341067742b30d1bf33ada09;p=minix.git Kick nvi out of base --- diff --git a/commands/Makefile b/commands/Makefile index d24262eae..999c09da4 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -2,8 +2,6 @@ MAKE = exec make -$(MAKEFLAGS) BZIP2=bzip2-1.0.3 -NVI=nvi-1.79 -NVIWORK=$(NVI)/minix SMALLPROGRAMS=`arch` aal advent ash autil awk bc byacc cawf cron de dhcpd dis88 elle elvis ftp ftpd ftpd200 httpd ibm indent m4 make mdb mined patch pax ps reboot rlogind scripts sh simple talk talkd telnet telnetd urlget yap zmodem @@ -24,13 +22,6 @@ all: small big install: biginstall smallinstall -small:: - -mkdir $(NVIWORK) - cd $(NVI) && make all - -smallinstall:: small - cd $(NVI) && make install - big: cd $(BZIP2) && /bin/sh build build @@ -39,7 +30,6 @@ biginstall: big clean:: cd $(BZIP2) && make clean - if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done small::