ia64/xen-unstable
changeset 4892:1d1a0adf4c90
bitkeeper revision 1.1389.1.54 (4283d27bubGjVv8CuO6h-NAyHyG8ww)
Rules.mk:
Fix early creation of .bk_skip file.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Rules.mk:
Fix early creation of .bk_skip file.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu May 12 22:02:35 2005 +0000 (2005-05-12) |
parents | 1c0f716646d1 |
children | 13eda43dda49 |
files | buildconfigs/Rules.mk |
line diff
1.1 --- a/buildconfigs/Rules.mk Thu May 12 19:09:17 2005 +0000 1.2 +++ b/buildconfigs/Rules.mk Thu May 12 22:02:35 2005 +0000 1.3 @@ -55,7 +55,7 @@ endif 1.4 $(patsubst %,pristine-%/.valid-pristine,$(ALLSPARSETREES)) : pristine-%/.valid-pristine: %.tar.bz2 1.5 rm -rf tmp-pristine-$* $(@D) 1.6 mkdir -p tmp-pristine-$* 1.7 - touch $@/.bk_skip 1.8 + touch tmp-pristine-$*/.bk_skip 1.9 tar -C tmp-pristine-$* -jxf $< 1.10 mv tmp-pristine-$*/* $(@D) 1.11 @rm -rf tmp-pristine-$*