Allow shipped generated/help.h to still be used, until I rewrite the generator in C.
authorRob Landley <rob@landley.net>
Thu, 5 Sep 2013 11:54:46 +0000 (06:54 -0500)
committerRob Landley <rob@landley.net>
Thu, 5 Sep 2013 11:54:46 +0000 (06:54 -0500)
scripts/make.sh

index 52939d7..ab4babd 100755 (executable)
@@ -144,8 +144,8 @@ if [ ! -z "$(grep 'CONFIG_TOYBOX_HELP=y' $KCONFIG_CONFIG)" ];
 then
   if [ -z "$PYTHON" ];
   then
-    echo "Python 2.x required when CONFIG_TOYBOX_HELP is enabled"
-    exit 1
+    echo "Python 2.x required to rebuild generated/help.h"
+    exit 1
   else
     echo "Extract help text from Config.in."
     "$PYTHON" scripts/config2help.py Config.in > generated/help.h || exit 1