]> Zhao Yanbai Git Server - minix.git/commitdiff
test shouldn't install, only clean
authorBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:50:58 +0000 (13:50 +0000)
committerBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:50:58 +0000 (13:50 +0000)
Makefile

index 31c42738f497ef6fe5931bdfde84d3eed3df052b..2cccf9a7ab760575ee6358f73e97f62b6ebbca71 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -55,11 +55,13 @@ clean::
 etcfiles::
        cd etc && $(MAKE) install
 
+clean::
+       cd test && $(MAKE) $@
+
 all install clean::
        cd boot && $(MAKE) $@
        cd man && $(MAKE) $@    # First manpages, then commands
        test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
        cd tools && $(MAKE) $@
-       cd test && $(MAKE) $@
        cd servers && $(MAKE) $@