]> Zhao Yanbai Git Server - minix.git/commitdiff
contrib linking in
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 14:05:12 +0000 (14:05 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 14:05:12 +0000 (14:05 +0000)
Makefile
contrib/Makefile

index 04fe45f32160d165571355bb1ee5d9f984c1d0f4..bc5b8ea344ca395c59e3ef8e1f31f18c50d7fd7e 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ usage:
 # for which it has to install /etc (for users and ownerships).
 # etcfiles also creates a directory hierarchy in its
 # 'make install' target.
-world: etcfiles includes depend libraries cmds bigcmds install biginstallcmds postinstall
+world: etcfiles includes depend libraries cmds bigcmds contrib install biginstallcmds postinstall
 
 includes:
        cd include && $(MAKE) install
@@ -39,8 +39,12 @@ cmds:
 bigcmds:
        cd commands && $(MAKE) bigall
 
+contrib:
+       cd contrib && $(MAKE) all
+
 install::
        cd commands && $(MAKE) $@
+       cd contrib && $(MAKE) $@
 
 biginstallcmds::
        cd commands && $(MAKE) biginstall
@@ -56,6 +60,7 @@ depend::
 
 clean::
        cd lib && $(MAKE) $@
+       cd contrib && $(MAKE) $@
        test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
 
 etcfiles::
index 3a852d0af192a50796c0bacd1e6afa0569cbbe72..961a3f795cf6d134dbf6c05b25f312aa681c3774 100755 (executable)
@@ -1,3 +1,3 @@
 
-all install:
+all install clean:
        cd gnu && $(MAKE) $@