mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-08 04:18:40 +08:00
Makefile: Add a comment with an option to debug the Makefile
This commit is contained in:
parent
5a3d1024d9
commit
9ac128c0bd
6
Makefile
6
Makefile
@ -8,6 +8,12 @@ ifndef TOP
|
|||||||
INCLUDED = no
|
INCLUDED = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Uncomment the next two commands to allow debug this Makefile
|
||||||
|
# When enabled, GNU make will no longer execute commands directly.
|
||||||
|
# All build commands will be executed using the shell. This needs more time
|
||||||
|
#OLD_SHELL := $(SHELL)
|
||||||
|
#SHELL = $(info Building $* $(if $<, (from $<))$(if $?, ($? newer)))$(OLD_SHELL)
|
||||||
|
|
||||||
ifeq ($(findstring $(MAKECMDGOALS),clean distclean),)
|
ifeq ($(findstring $(MAKECMDGOALS),clean distclean),)
|
||||||
include $(TOP)/config.mak
|
include $(TOP)/config.mak
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user