From e7d1302e77ba7e9535e0ebbec0092784c1c7bd65 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 12 Jul 2005 09:38:02 +0000 Subject: Create .hgskip files instead of .bk_skip files. Signed-off-by: Christian Limpach --- buildconfigs/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconfigs/Rules.mk') 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/*-*) -- cgit v1.2.3