From bc39e90242a95eaae3d2340ab4eb09b666244b3e Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 17 Aug 2007 13:28:53 +0100 Subject: Pull XEN_LINUX_UPDATE into mk.linux-2.6-xen so it can be shared by src.tarball and src.hg-clone Signed-off-by: Ian Campbell --- buildconfigs/src.tarball | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconfigs/src.tarball') diff --git a/buildconfigs/src.tarball b/buildconfigs/src.tarball index 1a52c39410..176e6cc4f7 100644 --- a/buildconfigs/src.tarball +++ b/buildconfigs/src.tarball @@ -18,11 +18,11 @@ linux-%.tar.bz2: # XXX create a pristine tree for diff -Nurp convenience ifeq ($(XEN_LINUX_TARBALL_KETCHUP),y) -%/.valid-src: +%/.valid-src: $(__XEN_LINUX_UPDATE) $(KETCHUP) -d $(@D) $(LINUX_VER) touch $@ # update timestamp to avoid rebuild else -%/.valid-src: %.tar.bz2 +%/.valid-src: $(__XEN_LINUX_UPDATE) %.tar.bz2 rm -rf tmp-linux-$* $(@D) mkdir -p tmp-linux-$* tar -C tmp-linux-$* -jxf $< -- cgit v1.2.3