changeset 350:9db12e74a380

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.
author Rob Landley <rob@landley.net>
date Wed, 11 Jun 2008 19:51:45 -0500
parents 798cdf05aca2
children 7f529baf0b57
files sources/toys/miniconfig.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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...