From 1a0c7d577fad5541d00ccafabfad031e02aedfd3 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 7 Feb 2014 09:44:20 +1100 Subject: [PATCH] do_last_build: kconfig now does the right thing for allyesconfig --- do_last_build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.39.2