make/InitSupport.gmk
changeset 34748 3b2cde99bd99
parent 34594 7e0595aab028
child 35008 ef0cd710989f
equal deleted inserted replaced
34747:ea96eca1121e 34748:3b2cde99bd99
    38   # loaded. Most of these functions provide parsing and setting up make options
    38   # loaded. Most of these functions provide parsing and setting up make options
    39   # from the command-line.
    39   # from the command-line.
    40   ##############################################################################
    40   ##############################################################################
    41 
    41 
    42   # Make control variables, handled by Init.gmk
    42   # Make control variables, handled by Init.gmk
    43   INIT_CONTROL_VARIABLES := LOG CONF CONF_NAME SPEC JOBS CONF_CHECK COMPARE_BUILD
    43   INIT_CONTROL_VARIABLES := LOG CONF CONF_NAME SPEC JOBS TEST_JOBS CONF_CHECK \
       
    44       COMPARE_BUILD
    44 
    45 
    45   # All known make control variables
    46   # All known make control variables
    46   MAKE_CONTROL_VARIABLES := $(INIT_CONTROL_VARIABLES) TEST JDK_FILTER
    47   MAKE_CONTROL_VARIABLES := $(INIT_CONTROL_VARIABLES) TEST JDK_FILTER
    47 
    48 
    48   # Define a simple reverse function.
    49   # Define a simple reverse function.