equal
deleted
inserted
replaced
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. |