aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorvh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>2005-06-18 11:57:46 +0000
committervh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>2005-06-18 11:57:46 +0000
commit27aa0dbf05e7be405cbd117e2617ed247f2b482a (patch)
tree80ae0c0d0067aec90a60eb0d9bb332700a2ebefd /buildconfigs/Rules.mk
parent7b672cd36d8f6e9f09469096444fd0565b91e8c6 (diff)
downloadxen-27aa0dbf05e7be405cbd117e2617ed247f2b482a.tar.gz
xen-27aa0dbf05e7be405cbd117e2617ed247f2b482a.tar.bz2
xen-27aa0dbf05e7be405cbd117e2617ed247f2b482a.zip
bitkeeper revision 1.1718.1.2 (42b40c3akEkhBrLzUFb8IOJmt33HQA)
new linux kernel tar use extended pax headers. remove the file wrongly created by older version of tar which make the build fail. Signed-off-by: Vincent Hanquez <vincent@xensource.com>
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index fe02b1e11b..be672feab5 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -57,6 +57,7 @@ $(patsubst %,pristine-%/.valid-pristine,$(ALLSPARSETREES)) : pristine-%/.valid-p
mkdir -p tmp-pristine-$*
touch tmp-pristine-$*/.bk_skip
tar -C tmp-pristine-$* -jxf $<
+ -@rm tmp-pristine-$*/pax_global_header
mv tmp-pristine-$*/* $(@D)
@rm -rf tmp-pristine-$*
touch $@ # update timestamp to avoid rebuild