Add DEBUG_MAKEFILE to... debug the Makefile

This commit is contained in:
Tim Angus 2013-03-22 13:42:11 +00:00
parent 8d70929d12
commit e4151c1d55
1 changed files with 3 additions and 1 deletions

View File

@ -1165,7 +1165,9 @@ targets: makedirs
done
@echo ""
ifneq ($(TARGETS),)
@$(MAKE) $(TARGETS) V=$(V)
ifndef DEBUG_MAKEFILE
@$(MAKE) $(TARGETS) V=$(V)
endif
endif
makedirs: