]> git.ozlabs.org Git - next-scripts/commitdiff
do_build: Disable CONFIG_BUILD_DOCSRC for allmodconfig
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Jun 2015 05:25:18 +0000 (15:25 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:53:13 +0000 (15:53 +1000)
do_build

index 3e25833d0d06d656dbe4e31f10a801bd6cec248c..09fae6d63f2129a16c3c8594cbe272c9089feb5d 100755 (executable)
--- 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