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

/openjdk10/make/
H A DInitSupport.gmk48 INIT_CONTROL_VARIABLES += LOG CONF CONF_NAME SPEC JOBS TEST_JOBS CONF_CHECK \
204 ifneq ($$(origin CONF_NAME), undefined)
205 # We also have a CONF_NAME argument. We can't have both.
206 $$(info Error: Cannot use CONF_NAME=$$(CONF_NAME) and SPEC=$$(SPEC) at the same time. Choose one.)
231 ifneq ($$(origin CONF_NAME), undefined)
234 $$(info Error: Cannot use CONF=$$(CONF) and CONF_NAME=$$(CONF_NAME) at the same time. Choose one.)
237 matching_conf := $$(strip $$(filter $$(CONF_NAME), $$(all_confs)))
239 $$(info Error: No configurations found matching CONF_NAME
[all...]
H A DHelp.gmk89 $(info $(_) CONF_NAME=<string> # Build the configuration with exactly the <string>)
H A DMain.gmk1083 $(if $(filter $(CONF_NAME),$(notdir $(OUTPUT_ROOT))), \
1085 $(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ; \
1087 ($(CD) $(SRC_ROOT) && $(ECHO) "Removing configuration directory for '$(CONF_NAME)'" \
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh963 CONF_NAME
17599 withval=$with_conf_name; CONF_NAME=${with_conf_name}
17611 if test "x${CONF_NAME}" = x; then
17614 CONF_NAME="${OPENJDK_TARGET_OS}-${OPENJDK_TARGET_CPU}-${JDK_VARIANT}-${JVM_VARIANTS_WITH_AND}-${DEBUG_LEVEL}"
17619 OUTPUT_ROOT="$SRC_ROOT/build/${CONF_NAME}"
17629 if test "x${CONF_NAME}" = x; then
17630 CONF_NAME=`$ECHO $CURDIR | $SED -e "s!^${SRC_ROOT}/build/!!"`
17672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONF_NAME" >&5
17673 $as_echo "$CONF_NAME" >&6; }
[all...]

Completed in 162 milliseconds