]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't give an error message for usage.
authorBen Gras <ben@minix3.org>
Mon, 24 Jul 2006 13:27:17 +0000 (13:27 +0000)
committerBen Gras <ben@minix3.org>
Mon, 24 Jul 2006 13:27:17 +0000 (13:27 +0000)
commands/Makefile

index 12652e4384da4819541a5345620e4f35dfd352b5..02b7dff177cf5e2181db088fb52a949265ff930c 100755 (executable)
@@ -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