From: Ben Gras Date: Wed, 12 Oct 2005 09:57:09 +0000 (+0000) Subject: Don't build vim tools X-Git-Tag: v3.1.2a~642 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/static/gitweb.css?a=commitdiff_plain;h=899d78ef0d5036b2fd95552d97d9499c501f1a25;p=minix.git Don't build vim tools --- diff --git a/commands/Makefile b/commands/Makefile index d58cdde53..d27f929b8 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -11,6 +11,7 @@ NVIWORK=$(NVI)/minix EMACS=emacs-21.4 LYNX=lynx2-8-5 COREUTILS=gnu-coreutils-5.2.1 +VIM=vim63 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 ps reboot rlogind scripts sh simple talk talkd telnet telnetd urlget yap zmodem @@ -50,6 +51,7 @@ big: cd $(COREUTILS) && /bin/sh makeme.sh cd $(EMACS) && /bin/sh makeme.sh cd $(PYTHON) && /bin/sh makeme.sh + cd $(VIM) && /bin/sh makeme.sh biginstall: big cd $(FLEX) && make install @@ -59,6 +61,7 @@ biginstall: big cd $(LYNX) && make install cd $(EMACS) && make install cd $(COREUTILS) && make install + cd $(VIM) && make install clean:: if [ -f $(FLEX)/Makefile ] ; then cd $(FLEX) && make $@; fi