Add DEBUG_MAKEFILE to... debug the Makefile
This commit is contained in:
parent
8d70929d12
commit
e4151c1d55
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1165,7 +1165,9 @@ targets: makedirs
|
||||||
done
|
done
|
||||||
@echo ""
|
@echo ""
|
||||||
ifneq ($(TARGETS),)
|
ifneq ($(TARGETS),)
|
||||||
@$(MAKE) $(TARGETS) V=$(V)
|
ifndef DEBUG_MAKEFILE
|
||||||
|
@$(MAKE) $(TARGETS) V=$(V)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
makedirs:
|
makedirs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue