aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-08-07 02:25:50 -0500
committerRob Landley <rob@landley.net>2020-08-07 02:25:50 -0500
commitefb8060a591b6ed13c16c4034db43652e03f90d5 (patch)
treebd8d2bcb3ea994a1d9bbcf0481d8185d16c9ef2e /scripts
parent1d67afafcec61ef5e0bb743b174a450d1c4c7a1e (diff)
downloadtoybox-efb8060a591b6ed13c16c4034db43652e03f90d5.tar.gz
People have been having trouble finding the toybox web page (despite being
the first google hit for "android toybox"), and want toybox --help to mention it. I was referred to https://github.com/landley/toybox/issues/50 So add a URL to toybox --help. While I was there, make unrecognized commands (like toybox -?) suggest "toybox --help", move the install instructions to the FAQ page (with a second link from toybox --help), and generally tighten up the help text. Also, "toybox -*" is no longer a synonym for --long. Oh, and I fixed some build dependencies when Config.in changes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index e4333ba2..5b2d5d81 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -47,7 +47,7 @@ echo "Generate headers from toys/*/*.c..."
mkdir -p generated/unstripped
-if isnewer generated/Config.in toys
+if isnewer generated/Config.in toys || isnewer generated/Config.in Config.in
then
echo "Extract configuration information from toys/*.c files..."
scripts/genconfig.sh