]> Zhao Yanbai Git Server - minix.git/commitdiff
clean bug
authorBen Gras <ben@minix3.org>
Tue, 20 Sep 2005 14:11:29 +0000 (14:11 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Sep 2005 14:11:29 +0000 (14:11 +0000)
commands/Makefile

index b5016efe34b2988313d73a61b5de49ea99b6c388..6c3974b8dc2a9e8c51d15a10a514db4aa3fe9282 100755 (executable)
@@ -70,7 +70,7 @@ clean::
        if [ -f $(LYNX)/Makefile ] ; then cd $(LYNX) && make clean; fi
        if [ -f $(EMACS)/Makefile ] ; then cd $(EMACS) && make clean; fi
        cd $(COREUTILS) && make clean
-       for p in $(SMALLPROGRAMS); do cd $$p && make clean; done
+       for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done
 
 small::
        for p in $(SMALLPROGRAMS); do ( cd $$p && make all ); done