gnumake3: prevent wrapping dmake makefiles from creating local output trees
This commit is contained in:
parent
61685df8f2
commit
73cf3762eb
1 changed files with 3 additions and 0 deletions
|
@ -607,6 +607,8 @@ LOCAL_COMMON_OUT:=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(OUT))
|
|||
|
||||
# --- generate output tree -----------------------------------------
|
||||
|
||||
# disable for makefiles wrapping a gnumake module
|
||||
.IF "$(TARGET)"!="prj"
|
||||
# As this is not part of the initial startup makefile we define an infered
|
||||
# target instead of using $(OUT)/inc/myworld.mk as target name.
|
||||
# (See iz62795)
|
||||
|
@ -623,6 +625,7 @@ $(posix_PWD)/$(LOCAL_COMMON_OUT)/inc/%world.mk :
|
|||
|
||||
.INCLUDE : $(posix_PWD)/$(LOCAL_COMMON_OUT)/inc/myworld.mk
|
||||
.ENDIF # "$(common_build)"!=""
|
||||
.ENDIF # "$(TARGET)"!="prj"
|
||||
|
||||
.INCLUDE .IGNORE : office.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue