From fe875c5098fe8d1fa20f203e5a777c1a91010559 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 30 Oct 2007 16:01:07 +0000 Subject: Always use ketchup for tarball sources, since the only non-user was the paravirt tree. Signed-off-by: Ian Campbell --- buildconfigs/src.tarball | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'buildconfigs/src.tarball') diff --git a/buildconfigs/src.tarball b/buildconfigs/src.tarball index 176e6cc4f7..c356e4ccf5 100644 --- a/buildconfigs/src.tarball +++ b/buildconfigs/src.tarball @@ -1,9 +1,6 @@ XEN_LINUX_MIRROR ?= http://www.kernel.org/pub/linux/kernel/v2.6/ XEN_LINUX_TARBALL ?= linux-$(LINUX_VER)-xen.tar.bz2 -# Update using ketchup instead of manipulating tarball manually. -XEN_LINUX_TARBALL_KETCHUP ?= n - LINUX_SRCDIR ?= linux-$(LINUX_VER) KETCHUP ?= python buildconfigs/ketchup @@ -17,17 +14,6 @@ linux-%.tar.bz2: # XXX create a pristine tree for diff -Nurp convenience -ifeq ($(XEN_LINUX_TARBALL_KETCHUP),y) %/.valid-src: $(__XEN_LINUX_UPDATE) $(KETCHUP) -d $(@D) $(LINUX_VER) touch $@ # update timestamp to avoid rebuild -else -%/.valid-src: $(__XEN_LINUX_UPDATE) %.tar.bz2 - rm -rf tmp-linux-$* $(@D) - mkdir -p tmp-linux-$* - tar -C tmp-linux-$* -jxf $< - -@rm -f tmp-linux-$*/pax_global_header - mv tmp-linux-$*/* $(@D) - @rm -rf tmp-linux-$* - touch $@ # update timestamp to avoid rebuild -endif -- cgit v1.2.3