diff options
author | Felix Janda <felix.janda@posteo.de> | 2013-04-30 21:11:43 +0200 |
---|---|---|
committer | Felix Janda <felix.janda@posteo.de> | 2013-04-30 21:11:43 +0200 |
commit | 45084bd30f9ce5a4b80017a7e167c293f98a78d9 (patch) | |
tree | 5ceb1435aa95bcb99e947b27e8bde445d9bc3a12 | |
parent | 6938c0b78948bbec9f0a8853663eea5e7c614429 (diff) | |
download | toybox-45084bd30f9ce5a4b80017a7e167c293f98a78d9.tar.gz |
generated/help.h depends on CONFIG_TOYBOX_HELP
-rwxr-xr-x | scripts/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index bee96a11..750035b6 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -120,7 +120,7 @@ GLOBSTRUCT="$(getglobals)" echo "generated/help.h" # Only recreate generated/help.h if python is installed -if [ ! -z "$(which python)" ] && [ ! -z "$(grep 'CONFIG_HELP=y' .config)" ] +if [ ! -z "$(which python)" ] && [ ! -z "$(grep 'CONFIG_TOYBOX_HELP=y' .config)" ] then echo "Extract help text from Config.in." scripts/config2help.py Config.in > generated/help.h || exit 1 |