From c7e790862cb2dfdc807e4cae0b14edfb27929fd5 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 3 Mar 2005 10:06:05 +0000 Subject: bitkeeper revision 1.1236.1.50 (4226e18dPTdFTiLOPiPo6q_3m7Ycyw) Speed up 'bk citool' by forcing it to skip scan of build directories. Signed-off-by: Keir Fraser --- 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 c4ea4985d5..56e7848048 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -47,6 +47,7 @@ pristine-%: %.tar.bz2 tar -C tmp-$(@F) -jxf $< mv tmp-$(@F)/* $@ touch $@ # update timestamp to avoid rebuild + touch $@/.bk_skip @rm -rf tmp-$(@F) [ -d patches/$* ] && \ for i in patches/$*/*.patch ; do ( cd $@ ; patch -p1 <../$$i ) ; done || \ -- cgit v1.2.3