From efb8060a591b6ed13c16c4034db43652e03f90d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 7 Aug 2020 02:25:50 -0500 Subject: 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. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3