From: Stephen Rothwell Date: Sun, 24 Nov 2013 23:29:02 +0000 (+1100) Subject: limit the rebuilding of the module stubs X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=6de6be316cd4f297c6edf88520743d3c1cd57a5b;p=next-scripts limit the rebuilding of the module stubs create an empty .scmversion so that the kernel version doesn not change after each merge --- diff --git a/do_build b/do_build index 767d37a..30db739 100755 --- 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