OSDN Git Service

Update help, move test.sh to scripts, and fix "make test" to call right script.
authorRob Landley <rob@landley.net>
Fri, 28 Mar 2008 05:44:44 +0000 (00:44 -0500)
committerRob Landley <rob@landley.net>
Fri, 28 Mar 2008 05:44:44 +0000 (00:44 -0500)
Makefile
scripts/test.sh [moved from test.sh with 100% similarity]

index da40c25..1139ae4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ distclean: clean
 test: tests
 
 tests:
-       scripts/testall.sh
+       scripts/test.sh
 
 help::
        @echo  '  toybox          - Build toybox.'
@@ -59,3 +59,6 @@ help::
        @echo  '  clean           - Delete temporary files.'
        @echo  '  distclean       - Delete everything that isn't shipped.'
        @echo  '  install_flat    - Install toybox into $PREFIX directory.'
+       @echo  '  install         - Install toybox into subdirectories of $PREFIX.'
+       @echo  '  uninstall_flat  - Remove toybox from $PREFIX directory."
+       @echo  '  uninstall       - Remove toybox from subdirectories of $PREFIX."
similarity index 100%
rename from test.sh
rename to scripts/test.sh