summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-22 13:42:11 +0000
committerTim Angus <tim@ngus.net>2013-03-22 19:02:26 +0000
commit84962539a2d53bf69f7d3fd180725e307016ef9a (patch)
tree99630f89eec30496b70a69b40ad83e394b0e921e
parent3897bad13ef690240bba0b550037b6bead219975 (diff)
Add DEBUG_MAKEFILE to... debug the Makefile
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f8ce277..6f41b6fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1114,7 +1114,9 @@ targets: makedirs
done
@echo ""
ifneq ($(TARGETS),)
- @$(MAKE) $(TARGETS) V=$(V)
+ ifndef DEBUG_MAKEFILE
+ @$(MAKE) $(TARGETS) V=$(V)
+ endif
endif
makedirs: