]> Zhao Yanbai Git Server - minix.git/commitdiff
make clean in ibm subdir too
authorBen Gras <ben@minix3.org>
Thu, 5 Oct 2006 09:56:17 +0000 (09:56 +0000)
committerBen Gras <ben@minix3.org>
Thu, 5 Oct 2006 09:56:17 +0000 (09:56 +0000)
commands/Makefile

index bf98674cd9697b2c0ed6cbbac31cae1d69295315..863bea058532dd74e1ed6185fa54301ce2557d34 100755 (executable)
@@ -37,6 +37,7 @@ biginstall: big
 
 clean::
        cd $(BZIP2) && make clean
+       cd ibm && make clean
        if [ -f $(FLEX)/Makefile ]; then cd $(FLEX) && make clean ; fi
        for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done