]> Zhao Yanbai Git Server - minix.git/commitdiff
No more contrib/
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 15:29:34 +0000 (15:29 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 15:29:34 +0000 (15:29 +0000)
Makefile

index cef1ee0932fd39bcfa98ebe9315f99c445c8a531..18b2fabe18b3f97031b75a0b7103f551bc6c9a82 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ usage:
 # 'make install' target.
 # 
 # etcfiles has to be done first.
-world: includes depend libraries cmds bigcmds contribs install biginstallcmds postinstall
+world: includes depend libraries cmds bigcmds install biginstallcmds postinstall
 
 includes:
        cd include && $(MAKE) install
@@ -41,12 +41,8 @@ cmds:
 bigcmds:
        if [ -f commands/Makefile ] ; then cd commands && $(MAKE) bigall; fi
 
-contribs:
-       if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) all; fi
-
 install::
        if [ -f commands/Makefile ] ; then cd commands && $(MAKE) install; fi
-       if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) install; fi
 
 biginstallcmds::
        if [ -f commands/Makefile ] ; then cd commands && $(MAKE) biginstall; fi
@@ -62,9 +58,7 @@ depend::
 
 clean::
        cd lib && $(MAKE) $@
-       if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) $@; fi
        test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
-       if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) clean; fi
 
 etcfiles::
        cd etc && $(MAKE) install