generated/help.h depends on CONFIG_TOYBOX_HELP
authorFelix Janda <felix.janda@posteo.de>
Tue, 30 Apr 2013 19:11:43 +0000 (21:11 +0200)
committerFelix Janda <felix.janda@posteo.de>
Tue, 30 Apr 2013 19:11:43 +0000 (21:11 +0200)
scripts/make.sh

index bee96a1..750035b 100755 (executable)
@@ -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