From: Ben Gras Date: Mon, 24 Jul 2006 13:27:17 +0000 (+0000) Subject: Don't give an error message for usage. X-Git-Tag: v3.1.3~233 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=e6076e2c95a76afc3e22bc1c13161de8ee691488;p=minix.git Don't give an error message for usage. --- diff --git a/commands/Makefile b/commands/Makefile index 12652e438..02b7dff17 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -17,7 +17,6 @@ usage: @echo " " @echo "big compiles the commands the require large compiler sizes." @echo "small compiles the rest. all compiles all." - @false all: big small @@ -27,13 +26,12 @@ big: binsizes big cd zmodem && make cd $(BZIP2) && /bin/sh build build - cd $(FLEX) && /bin/sh build build binsizes normal biginstall: big cd zmodem && make install cd $(BZIP2) && make install - cd $(FLEX) && make install + cd $(FLEX) && sh build clean:: cd $(BZIP2) && make clean