diff options
author | Tim Angus <tim@ngus.net> | 2013-03-22 13:42:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-22 19:02:26 +0000 |
commit | 84962539a2d53bf69f7d3fd180725e307016ef9a (patch) | |
tree | 99630f89eec30496b70a69b40ad83e394b0e921e | |
parent | 3897bad13ef690240bba0b550037b6bead219975 (diff) |
Add DEBUG_MAKEFILE to... debug the Makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1114,7 +1114,9 @@ targets: makedirs done @echo "" ifneq ($(TARGETS),) - @$(MAKE) $(TARGETS) V=$(V) + ifndef DEBUG_MAKEFILE + @$(MAKE) $(TARGETS) V=$(V) + endif endif makedirs: |