From: Michael Ellerman Date: Thu, 11 Jun 2015 05:25:18 +0000 (+1000) Subject: do_build: Disable CONFIG_BUILD_DOCSRC for allmodconfig X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=2046083211e4cc6473d7530c18e9ce679ce479e4;p=next-scripts do_build: Disable CONFIG_BUILD_DOCSRC for allmodconfig --- diff --git a/do_build b/do_build index 3e25833..09fae6d 100755 --- a/do_build +++ b/do_build @@ -30,7 +30,9 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF echo Building: x86_64 allmodconfig d=../x86_64_allmodconfig [ -d \$d ] || mkdir \$d - cross -n -N -a x86_64 -c $gcc_version O=\$d allmodconfig + e=\$d.except + echo CONFIG_BUILD_DOCSRC=n >\$e + KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c $gcc_version O=\$d allmodconfig time cross -n -N -a x86_64 -c $gcc_version O=\$d -j$j_factor -s echo Building: arm multi_v7_defconfig