]> git.ozlabs.org Git - next-scripts/commitdiff
limit the rebuilding of the module stubs
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 24 Nov 2013 23:29:02 +0000 (10:29 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 24 Nov 2013 23:29:02 +0000 (10:29 +1100)
create an empty .scmversion so that the kernel version doesn not
change after each merge

do_build

index 767d37a3210e5691b34677fb2e83c36e8fb0c002..30db7397ae51001202f06ee39bb9307c181757e4 100755 (executable)
--- a/do_build
+++ b/do_build
@@ -17,6 +17,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF
        export TMPDIR="${build_dir%/*}/tmp"
 
        git reset --hard next
+       touch .scmversion
 
        d=../powerpc_ppc64_defconfig
        [ -d \$d ] || mkdir \$d