]> git.ozlabs.org Git - next-scripts/blobdiff - do_build
limit the rebuilding of the module stubs
[next-scripts] / 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