ia64/xen-unstable
changeset 5746:b5e3b99075c6
Create .hgskip files instead of .bk_skip files.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Tue Jul 12 09:38:02 2005 +0000 (2005-07-12) |
parents | 8a8b8087b083 |
children | 1b837c5794ca |
files | buildconfigs/Rules.mk |
line diff
1.1 --- a/buildconfigs/Rules.mk Tue Jul 12 09:22:45 2005 +0000 1.2 +++ b/buildconfigs/Rules.mk Tue Jul 12 09:38:02 2005 +0000 1.3 @@ -54,11 +54,11 @@ endif 1.4 pristine-%/.valid-pristine: %.tar.bz2 1.5 rm -rf tmp-pristine-$* $(@D) 1.6 mkdir -p tmp-pristine-$* 1.7 - touch tmp-pristine-$*/.bk_skip 1.8 tar -C tmp-pristine-$* -jxf $< 1.9 -@rm tmp-pristine-$*/pax_global_header 1.10 mv tmp-pristine-$*/* $(@D) 1.11 @rm -rf tmp-pristine-$* 1.12 + touch $(@D)/.hgskip 1.13 touch $@ # update timestamp to avoid rebuild 1.14 1.15 PATCHDIRS := $(wildcard patches/*-*)