From 84962539a2d53bf69f7d3fd180725e307016ef9a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 22 Mar 2013 13:42:11 +0000 Subject: Add DEBUG_MAKEFILE to... debug the Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit