From: Stephen Rothwell Date: Thu, 6 Feb 2014 22:44:20 +0000 (+1100) Subject: do_last_build: kconfig now does the right thing for allyesconfig X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=1a0c7d577fad5541d00ccafabfad031e02aedfd3;p=next-scripts do_last_build: kconfig now does the right thing for allyesconfig --- diff --git a/do_last_build b/do_last_build index cfa6b5d..1d045e7 100755 --- a/do_last_build +++ b/do_last_build @@ -37,12 +37,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF d=../powerpc_allyesconfig [ -d \$d ] || mkdir \$d - e=\$d.except - echo CONFIG_PROFILE_ALL_BRANCHES=n >\$e - echo CONFIG_DEBUG_INFO=n >>\$e - KCONFIG_ALLCONFIG=\$e \ - cross -n -N -k powerpc -a powerpc64 -c 4.8.1 O=\$d allyesconfig - rm \$e + cross -n -N -k powerpc -a powerpc64 -c 4.8.1 O=\$d allyesconfig cross -n -N -k powerpc -a powerpc64 -c 4.8.1 -- O=\$d -j64 -s -k || true EOF