Searched refs:SPEC (Results 1 - 25 of 66) sorted by relevance

123

/openjdk10/common/autoconf/
H A DMakefile.in26 SPEC:=@OUTPUT_ROOT@/spec.gmk
/openjdk10/jdk/make/gensrc/
H A DGensrcCommon.gmk28 include $(SPEC)
/openjdk10/hotspot/make/gensrc/
H A DGensrc-jdk.hotspot.agent.gmk28 include $(SPEC)
H A DGenerateSources.gmk28 include $(SPEC)
/openjdk10/hotspot/make/lib/
H A DCompileLibraries.gmk28 include $(SPEC)
/openjdk10/jdk/make/rmic/
H A DRmicCommon.gmk28 include $(SPEC)
/openjdk10/langtools/make/
H A DTools.gmk29 include $(SPEC)
/openjdk10/make/
H A DExplodedImageOptimize.gmk30 include $(SPEC)
H A DInit.gmk42 # This is the default mode. We have not been recursively called with a SPEC.
65 # we will skip SPEC location and the sanity checks.
78 ifeq ($(wildcard $(SPEC)), )
79 # If we have no SPEC provided, we will just make a "best effort" target list.
83 # Extract the SPEC that corresponds to this main-targets.gmk file.
84 SPEC := $(patsubst %/make-support/main-targets.gmk, %/spec.gmk, $(main_targets_file))
86 # None found, pick an arbitrary SPEC for which to generate a file
87 SPEC := $(firstword $(all_spec_files))
91 ifneq ($(wildcard $(SPEC)), )
92 $(eval $(call DefineMainTargets, LAZY, $(SPEC)))
[all...]
H A DInterimImage.gmk28 include $(SPEC)
H A DBuildStatic.gmk28 include $(SPEC)
H A DInitSupport.gmk28 # It is divided in two parts, depending on if a SPEC is present or not
38 # Normal hook mechanism cannot be used since we have no SPEC.
48 INIT_CONTROL_VARIABLES += LOG CONF CONF_NAME SPEC JOBS TEST_JOBS CONF_CHECK \
197 ifneq ($$(origin SPEC), undefined)
198 # We have been given a SPEC, check that it works out properly
201 $$(info Error: Cannot use CONF=$$(CONF) and SPEC=$$(SPEC) at the same time. Choose one.)
206 $$(info Error: Cannot use CONF_NAME=$$(CONF_NAME) and SPEC=$$(SPEC) at the same time. Choose one.)
209 ifeq ($$(wildcard $$(SPEC)),)
[all...]
H A DInstall.gmk28 include $(SPEC)
H A DUpdateBuildDocs.gmk28 include $(SPEC)
/openjdk10/test/make/
H A DTestMake.gmk28 include $(SPEC)
H A DTestIdea.gmk26 include $(SPEC)
/openjdk10/make/idea/
H A Didea.gmk6 ifeq ($(SPEC),)
13 @$(MAKE) $(MFLAGS) $(MAKE_LOG_FLAGS) -r -R -j 1 -f $(topdir)/make/idea/idea.gmk SPEC=$(SPECS) HAS_SPEC=true ACTUAL_TOPDIR=$(topdir) MODULES="$(MODULES)" idea
14 else #with SPEC
37 $(ECHO) "SPEC=\"$(SPEC)\"" >> $(OUT)
/openjdk10/common/bin/
H A Didea.sh95 # Expect MODULE_ROOTS, MODULE_NAMES, BOOT_JDK & SPEC to be set
108 if [ "x$SPEC" = "x" ] ; then
109 echo "FATAL: SPEC is empty" >&2; exit 1
123 RELATIVE_BUILD_DIR="`dirname $SPEC | sed -e s@"$TOP/\(.*$\)"@"\1"@`"
153 DIR=`dirname $SPEC`
161 DIR=`dirname $SPEC`
/openjdk10/jdk/make/
H A DCopyInterimCLDRConverter.gmk28 include $(SPEC)
H A DCompileInterimRmic.gmk28 include $(SPEC)
H A DCompileModuleTools.gmk28 include $(SPEC)
/openjdk10/jdk/make/scripts/
H A DgenExceptions.sh29 SPEC=$1
110 . $SPEC
/openjdk10/make/test/
H A DBuildTestLib.gmk28 include $(SPEC)
/openjdk10/jdk/make/gendata/
H A DGendataCryptoPolicy.gmk42 include $(SPEC)
/openjdk10/hotspot/make/test/
H A DGtestImage.gmk28 include $(SPEC)

Completed in 206 milliseconds

123