aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-12 09:38:02 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-12 09:38:02 +0000
commite7d1302e77ba7e9535e0ebbec0092784c1c7bd65 (patch)
treebc0935f642987245f84117e07762331a8cefa3a8 /buildconfigs/Rules.mk
parent4f814d72f9aeaea2f7752aad0d64932b45c90b0e (diff)
downloadxen-e7d1302e77ba7e9535e0ebbec0092784c1c7bd65.tar.gz
xen-e7d1302e77ba7e9535e0ebbec0092784c1c7bd65.tar.bz2
xen-e7d1302e77ba7e9535e0ebbec0092784c1c7bd65.zip
Create .hgskip files instead of .bk_skip files.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index f554801925..5700f21556 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -54,11 +54,11 @@ endif
pristine-%/.valid-pristine: %.tar.bz2
rm -rf tmp-pristine-$* $(@D)
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 $(@D)/.hgskip
touch $@ # update timestamp to avoid rebuild
PATCHDIRS := $(wildcard patches/*-*)