aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index b0b0c4697f..cf71d07595 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 || \
@@ -61,6 +62,9 @@ pristine-%: %.tar.bz2
%-clean:
$(MAKE) -f buildconfigs/mk.$* clean
+%-config:
+ $(MAKE) -f buildconfigs/mk.$* config
+
%-xen.patch: pristine-%
rm -rf tmp-$@
cp -al $< tmp-$@