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:
Nicola Pero 2002-01-30 17:50:46 +00:00
parent 6a4ed5a886
commit a0937dc110

View file

@ -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: