mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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
2
Makefile
2
Makefile
|
@ -1165,8 +1165,10 @@ targets: makedirs
|
||||||
done
|
done
|
||||||
@echo ""
|
@echo ""
|
||||||
ifneq ($(TARGETS),)
|
ifneq ($(TARGETS),)
|
||||||
|
ifndef DEBUG_MAKEFILE
|
||||||
@$(MAKE) $(TARGETS) V=$(V)
|
@$(MAKE) $(TARGETS) V=$(V)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
makedirs:
|
makedirs:
|
||||||
@if [ ! -d $(BUILD_DIR) ];then $(MKDIR) $(BUILD_DIR);fi
|
@if [ ! -d $(BUILD_DIR) ];then $(MKDIR) $(BUILD_DIR);fi
|
||||||
|
|
Loading…
Reference in a new issue