aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/common.mk3
-rw-r--r--rules/copy.mk2
2 files changed, 4 insertions, 1 deletions
diff --git a/rules/common.mk b/rules/common.mk
index a10e41c..ee16440 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -93,7 +93,8 @@ check-build-dep-stamp unpack-stamp patch-stamp pre-configure-stamp configure-sta
install-stamp : build-stamp
build-stamp : configure-stamp
-configure-stamp : patch-stamp
+configure-stamp : pre-configure-stamp
+pre-configure-stamp : patch-stamp unpack-stamp
patch-stamp : unpack-stamp
unpack-stamp : check-build-dep-stamp
diff --git a/rules/copy.mk b/rules/copy.mk
index 81805ff..c61c960 100644
--- a/rules/copy.mk
+++ b/rules/copy.mk
@@ -29,6 +29,8 @@ pre-configure-stamp: copy-stamp
.SECONDEXPANSION:
copy-stamp: $$(addprefix copy-,$$(addsuffix -stamp,$$(variants) $$(variants)))
+ touch $@
+
copy-%-stamp: patch-stamp unpack-stamp
@echo "Copying source for \`$*'"
[ -n "$(builddir.$*)" ]