From 6de6be316cd4f297c6edf88520743d3c1cd57a5b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 25 Nov 2013 10:29:02 +1100 Subject: [PATCH] limit the rebuilding of the module stubs create an empty .scmversion so that the kernel version doesn not change after each merge --- do_build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2