< prev index next >

make/InitSupport.gmk

Print this page

        

*** 33,44 **** _INITSUPPORT_GMK := 1 ifeq ($(HAS_SPEC),) # Include the corresponding closed file, if present. ! # Normal hook mechanism cannot be used since we have no SPEC. ! -include $(topdir)/../closed/make/InitSupport.gmk ############################################################################## # Helper functions for the initial part of Init.gmk, before the spec file is # loaded. Most of these functions provide parsing and setting up make options # from the command-line. --- 33,45 ---- _INITSUPPORT_GMK := 1 ifeq ($(HAS_SPEC),) # Include the corresponding closed file, if present. ! ifneq ($(CUSTOM_MAKE_DIR), ) ! -include $(CUSTOM_MAKE_DIR)/InitSupport.gmk ! endif ############################################################################## # Helper functions for the initial part of Init.gmk, before the spec file is # loaded. Most of these functions provide parsing and setting up make options # from the command-line.
< prev index next >