Searched refs:OUTPUT_ROOT (Results 1 - 23 of 23) sorted by relevance

/openjdk10/common/autoconf/
H A DMakefile.in26 SPEC:=@OUTPUT_ROOT@/spec.gmk
H A Dcompare.sh.in73 export OUTPUT_ROOT="@OUTPUT_ROOT@"
76 export JAVAP="@FIXPATH@ $OUTPUT_ROOT/jdk/bin/javap @JAVA_TOOL_FLAGS_SMALL@"
77 export JIMAGE="@FIXPATH@ $OUTPUT_ROOT/jdk/bin/jimage"
79 export JAVAP="@FIXPATH@ $OUTPUT_ROOT/buildjdk/jdk/bin/javap @JAVA_TOOL_FLAGS_SMALL@"
80 export JIMAGE="@FIXPATH@ $OUTPUT_ROOT/buildjdk/jdk/bin/jimage"
98 $RM $OUTPUT_ROOT/compare.log.old 2> /dev/null
99 $MV $OUTPUT_ROOT/compare.log $OUTPUT_ROOT/compare.log.old 2> /dev/null
103 $BASH $SRC_ROOT/common/bin/logger.sh $OUTPUT_ROOT/compar
[all...]
H A Dgenerated-configure.sh962 OUTPUT_ROOT
17619 OUTPUT_ROOT="$SRC_ROOT/build/${CONF_NAME}"
17620 $MKDIR -p "$OUTPUT_ROOT"
17621 if test ! -d "$OUTPUT_ROOT"; then
17622 as_fn_error $? "Could not create build directory $OUTPUT_ROOT" "$LINENO" 5
17632 OUTPUT_ROOT="$CURDIR"
17639 if test ! -e "$OUTPUT_ROOT/spec.gmk"; then
17642 files_present=`$LS $OUTPUT_ROOT`
17678 if test "x$OUTPUT_ROOT" != x; then
17683 path="$OUTPUT_ROOT"
[all...]
/openjdk10/make/devkit/
H A DMakefile78 OUTPUT_ROOT = $(abspath ../../build/devkit) macro
79 RESULT = $(OUTPUT_ROOT)/result
83 OUTPUT_ROOT=$(OUTPUT_ROOT)
H A DTools.gmk124 RESULT := $(OUTPUT_ROOT)/result
125 BUILDDIR := $(OUTPUT_ROOT)/$(HOST)/$(TARGET)
129 DOWNLOAD := $(OUTPUT_ROOT)/download
130 SRCDIR := $(OUTPUT_ROOT)/src
/openjdk10/make/
H A DMacBundles.gmk60 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
65 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
70 $(call LogInfo, Creating link $(patsubst $(OUTPUT_ROOT)/%,%,$@))
76 $(call LogInfo, Creating link $(patsubst $(OUTPUT_ROOT)/%,%,$@))
H A DGenerateLinkOptData.gmk62 $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
63 $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%, %, $(JLI_TRACE_FILE)))
H A DImages.gmk251 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
255 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
259 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
263 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
268 $(call LogInfo, Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@))
272 $(call LogInfo, Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@))
278 $(call LogInfo, Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
282 $(call LogInfo, Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
316 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
358 SRC := $(OUTPUT_ROOT), \
[all...]
H A DReleaseFile.gmk57 $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
H A DInitSupport.gmk348 BUILD_LOG := $(OUTPUT_ROOT)/build.log
349 BUILD_PROFILE_LOG := $(OUTPUT_ROOT)/build-profile.log
442 $(MV) $(OUTPUT_ROOT) $(TOPDIR)/build/.compare-build-temp
445 $(MV) $(COMPARE_BUILD_OUTPUT_ROOT) $(OUTPUT_ROOT); \
447 $(MKDIR) -p $(OUTPUT_ROOT); \
451 ( cd $(OUTPUT_ROOT) && PATH="$(ORIGINAL_PATH)" \
461 $(MV) $(OUTPUT_ROOT) $(COMPARE_BUILD_OUTPUT_ROOT)
462 $(MV) $(TOPDIR)/build/.compare-build-temp/$(CONF_NAME) $(OUTPUT_ROOT)
473 $(OUTPUT_ROOT)/$(COMPARE_BUILD_COMP_DIR) $(COMPARE_BUILD_IGNORE_RESULT)), \
475 -o $(OUTPUT_ROOT)
[all...]
H A DCopyImportModules.gmk65 # Use relative links if the import dir is inside the OUTPUT_ROOT, otherwise
68 ifeq ($(filter $(OUTPUT_ROOT)/%, $(LIBS_DIR)), )
H A DMainSupport.gmk39 ALT_OUTPUTDIR=$(OUTPUT_ROOT) TEST_JOBS=$(TEST_JOBS) \
57 ($(CD) $(OUTPUT_ROOT) && $(RM) -r $1)
H A DCreateJmods.gmk133 $(call LogWarn, Creating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
H A DInit.gmk268 ( cd $(OUTPUT_ROOT) && PATH="$(ORIGINAL_PATH)" \
H A DMain.gmk1048 ($(CD) $(OUTPUT_ROOT) && $(RM) -r build*.log*)
1081 ($(CD) $(OUTPUT_ROOT) && \
1083 $(if $(filter $(CONF_NAME),$(notdir $(OUTPUT_ROOT))), \
1084 if test "x`$(LS) $(OUTPUT_ROOT)`" != x; then \
1088 && $(RM) -r $(OUTPUT_ROOT)) \
H A DDocs.gmk534 JAVADOC_ZIP_FILE := $(OUTPUT_ROOT)/bundles/$(JAVADOC_ZIP_NAME)
/openjdk10/jdk/make/gensrc/
H A DGensrc-jdk.charsets.gmk75 $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
H A DGensrcIcons.gmk120 $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
/openjdk10/make/common/
H A DZipArchive.gmk98 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_ZIP))
H A DMakeBase.gmk85 BUILDTIMESDIR=$(OUTPUT_ROOT)/make-support/build-times
158 $(subst $(OUTPUT_ROOT),X98, \
166 -e 's|X98|$(OUTPUT_ROOT)|g' -e 's|X97|$(SRC_ROOT)|g' \
362 $$(OUTPUT_ROOT)/build-profile.log $$(SHELL)
366 $$(OUTPUT_ROOT)/build-profile.log $$(SHELL)
710 $$(call LogInfo, $(strip $5) $$(patsubst $(OUTPUT_ROOT)/%,%,$$@))
H A DJarArchive.gmk214 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_JAR))
H A DNativeCompilation.gmk949 ifneq ($$(word 10, $$(subst /, ,$$(OUTPUT_ROOT))), )
951 $1_ALL_OBJS_RELATIVE := $$(patsubst $$(OUTPUT_ROOT)/%, %, $$($1_ALL_OBJS))
979 $$(if $$($1_LINK_OBJS_RELATIVE), $$(CD) $$(OUTPUT_ROOT) ; ) \
/openjdk10/jdk/make/copy/
H A DCopy-java.base.gmk211 $(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%, %, $@))

Completed in 222 milliseconds