]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't build vim tools
authorBen Gras <ben@minix3.org>
Wed, 12 Oct 2005 09:57:09 +0000 (09:57 +0000)
committerBen Gras <ben@minix3.org>
Wed, 12 Oct 2005 09:57:09 +0000 (09:57 +0000)
commands/Makefile

index d58cdde53bd6b1a8ce6f0f99a28b2c819034fba7..d27f929b891989a53fcfd7036aee5830b8cf14af 100755 (executable)
@@ -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