aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-03-28 00:44:44 -0500
committerRob Landley <rob@landley.net>2008-03-28 00:44:44 -0500
commit9d243a2efc889f9a171c8af1fc750665c4fb4e1b (patch)
tree0022757d2712a6d5678c1622626af37eea1d8331
parentbf081b9b500f7a18fe225b14b0ab92ed0b0f0ec9 (diff)
downloadtoybox-9d243a2efc889f9a171c8af1fc750665c4fb4e1b.tar.gz
Update help, move test.sh to scripts, and fix "make test" to call right script.
-rw-r--r--Makefile5
-rwxr-xr-xscripts/test.sh (renamed from test.sh)0
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da40c255..1139ae4b 100644
--- 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."
diff --git a/test.sh b/scripts/test.sh
index 1833682f..1833682f 100755
--- a/test.sh
+++ b/scripts/test.sh