mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Unexport GNUSTEP_MAKE_INSTANCE_INVOCATION, allowing to run Master make
invocations in Instance invocation rules without special needs (needed to build cleanly java wrappers) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12293 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a4ed5a886
commit
a0937dc110
1 changed files with 9 additions and 0 deletions
|
@ -460,6 +460,15 @@ ifeq ($(JAVADOC),)
|
|||
JAVADOC = $(JAVA_HOME)/bin/javadoc
|
||||
endif
|
||||
|
||||
# We want total control over GNUSTEP_MAKE_INSTANCE_INVOCATION.
|
||||
# GNUSTEP_MAKE_INSTANCE_INVOCATION determines wheter it's a Master or
|
||||
# an Instance invocation. Whenever we run a submake, we want it to be
|
||||
# a Master invocation, unless we specifically set it to run as an
|
||||
# Instance invocation by adding the
|
||||
# GNUSTEP_MAKE_INSTANCE_INVOCATION=YES flag. Tell make not to mess
|
||||
# with our games by passing this variable to submakes himself
|
||||
unexport GNUSTEP_MAKE_INSTANCE_INVOCATION
|
||||
|
||||
endif # COMMON_MAKE_LOADED
|
||||
|
||||
## Local variables:
|
||||
|
|
Loading…
Reference in a new issue