]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
Prevent spurious rebuilding
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 20 Jul 2016 14:42:17 +0000 (15:42 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Thu, 21 Jul 2016 14:45:17 +0000 (15:45 +0100)
commitf875c5ae4b112c8e7ed0951dd9d27c5fabc97735
tree7c8bbcbf79c4b586215c002a63c0aae0a82b1c72
parent82a8705eeb4497f8c8be429a8e10e9275f78450c
Prevent spurious rebuilding

Don't change the timestamp of arch/x86/Makefile when editing it since it
forces much of the Xen tree to be rebuilt and then requires many
invocations of create-diff-tool.

This is safe since the Makefile change only changes the final link rule,
and xen will be relinked anyway.

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
livepatch-build