Searched refs:CONF_NAME (Results 1 - 4 of 4) sorted by relevance

/openjdk9/make/
H A DInitSupport.gmk48 INIT_CONTROL_VARIABLES += LOG CONF CONF_NAME SPEC JOBS TEST_JOBS CONF_CHECK \
192 ifneq ($$(origin CONF_NAME), undefined)
193 # We also have a CONF_NAME argument. We can't have both.
194 $$(info Error: Cannot use CONF_NAME=$$(CONF_NAME) and SPEC=$$(SPEC) at the same time. Choose one.)
219 ifneq ($$(origin CONF_NAME), undefined)
222 $$(info Error: Cannot use CONF=$$(CONF) and CONF_NAME=$$(CONF_NAME) at the same time. Choose one.)
225 matching_conf := $$(strip $$(filter $$(CONF_NAME), $$(all_confs)))
227 $$(info Error: No configurations found matching CONF_NAME
[all...]
H A DHelp.gmk87 $(info $(_) CONF_NAME=<string> # Build the configuration with exactly the <string>)
H A DMain.gmk1069 $(if $(filter $(CONF_NAME),$(notdir $(OUTPUT_ROOT))), \
1071 $(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ; \
1073 ($(CD) $(SRC_ROOT) && $(ECHO) "Removing configuration directory for '$(CONF_NAME)'" \
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh961 CONF_NAME
17516 withval=$with_conf_name; CONF_NAME=${with_conf_name}
17528 if test "x${CONF_NAME}" = x; then
17531 CONF_NAME="${OPENJDK_TARGET_OS}-${OPENJDK_TARGET_CPU}-${JDK_VARIANT}-${JVM_VARIANTS_WITH_AND}-${DEBUG_LEVEL}"
17536 OUTPUT_ROOT="$SRC_ROOT/build/${CONF_NAME}"
17546 if test "x${CONF_NAME}" = x; then
17547 CONF_NAME=`$ECHO $CURDIR | $SED -e "s!^${SRC_ROOT}/build/!!"`
17589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONF_NAME" >&5
17590 $as_echo "$CONF_NAME" >&6; }
[all...]

Completed in 134 milliseconds