From 27aa0dbf05e7be405cbd117e2617ed247f2b482a Mon Sep 17 00:00:00 2001 From: "vh249@arcadians.cl.cam.ac.uk" Date: Sat, 18 Jun 2005 11:57:46 +0000 Subject: 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 --- buildconfigs/Rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'buildconfigs/Rules.mk') 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 -- cgit v1.2.3