# HG changeset patch # User Rob Landley # Date 1391516070 21600 # Node ID 855b706d10dc013382a9bc3513015fdaaebb53c0 # Parent f6f56a002d9a872bc9ca47120e92cc03027a0ec9 Use right config for single builds. diff -r f6f56a002d9a -r 855b706d10dc scripts/make.sh --- a/scripts/make.sh Tue Feb 04 06:13:13 2014 -0600 +++ b/scripts/make.sh Tue Feb 04 06:14:30 2014 -0600 @@ -131,7 +131,7 @@ echo "generated/help.h" do_loudly $HOSTCC scripts/config2help.c -I . lib/xwrap.c lib/llist.c lib/lib.c \ -o generated/config2help && \ -generated/config2help Config.in .config > generated/help.h || exit 1 +generated/config2help Config.in $KCONFIG_CONFIG > generated/help.h || exit 1 # Extract a list of toys/*/*.c files to compile from the data in $KCONFIG_CONFIG