changeset 892:f2a8f8981c83

generated/help.h depends on CONFIG_TOYBOX_HELP
author Felix Janda <felix.janda@posteo.de>
date Tue, 30 Apr 2013 21:11:43 +0200
parents 5735c500f835
children 6f5fed66c722
files scripts/make.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make.sh	Tue Apr 30 00:31:01 2013 -0500
+++ b/scripts/make.sh	Tue Apr 30 21:11:43 2013 +0200
@@ -120,7 +120,7 @@
 
 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