# HG changeset patch # User Rob Landley # Date 1213231905 18000 # Node ID 9db12e74a38029adec6219d7403fe24cbfcd8747 # Parent 798cdf05aca2bf0b08d776f6fcdd16febd3ade7d Fun _new_ breakage: using arch/arm/configs/spitz_defconfig in 2.6.25.4 as the KCONFIG_ALLCONFIG input, the output of make allnoconfig needs a "make oldconfig" afterwards to stabilize it. Yes really. diff -r 798cdf05aca2 -r 9db12e74a380 sources/toys/miniconfig.sh --- a/sources/toys/miniconfig.sh Tue Jun 10 22:04:26 2008 -0500 +++ b/sources/toys/miniconfig.sh Wed Jun 11 19:51:45 2008 -0500 @@ -29,6 +29,8 @@ fi make allnoconfig KCONFIG_ALLCONFIG="$1" > /dev/null +# Shouldn't need this, but kconfig goes "boing" at times... +yes "" | make oldconfig > /dev/null if ! cmp .config "$1" then echo Sanity test failed, normalizing starting configuration...