make/InitSupport.gmk
changeset 47313 eb28be8f935d
parent 47296 f83c45751d58
child 47346 ea082b202a23
equal deleted inserted replaced
47312:d4f959806fe9 47313:eb28be8f935d
    33 _INITSUPPORT_GMK := 1
    33 _INITSUPPORT_GMK := 1
    34 
    34 
    35 ifeq ($(HAS_SPEC),)
    35 ifeq ($(HAS_SPEC),)
    36 
    36 
    37   # Include the corresponding closed file, if present.
    37   # Include the corresponding closed file, if present.
    38   # Normal hook mechanism cannot be used since we have no SPEC.
    38   ifneq ($(CUSTOM_MAKE_DIR), )
    39   -include $(topdir)/../closed/make/InitSupport.gmk
    39     -include $(CUSTOM_MAKE_DIR)/InitSupport.gmk
       
    40   endif
    40 
    41 
    41   ##############################################################################
    42   ##############################################################################
    42   # Helper functions for the initial part of Init.gmk, before the spec file is
    43   # Helper functions for the initial part of Init.gmk, before the spec file is
    43   # loaded. Most of these functions provide parsing and setting up make options
    44   # loaded. Most of these functions provide parsing and setting up make options
    44   # from the command-line.
    45   # from the command-line.