Searched refs:PRINTF (Results 1 - 20 of 20) sorted by relevance

/openjdk9/make/
H A DMainSupport.gmk45 @$(PRINTF) "Cleaning docs ..."
46 @$(PRINTF) "\n" $(LOG_DEBUG)
50 @$(PRINTF) " done\n"
55 @$(PRINTF) "Cleaning $(strip $1) build artifacts ..."
56 @$(PRINTF) "\n" $(LOG_DEBUG)
58 @$(PRINTF) " done\n"
62 @$(PRINTF) "Cleaning $(strip $1) build artifacts ..."
63 @$(PRINTF) "\n" $(LOG_DEBUG)
65 @$(PRINTF) " done\n"
69 @$(PRINTF) "Cleanin
[all...]
H A DReleaseFile.gmk42 $(PRINTF) '%s="%s"\n' $1 $2 >> $@
H A DInitSupport.gmk469 $(PRINTF) "\n=== Output from failing command(s) repeated here ===\n" $(NEWLINE) \
471 $(PRINTF) "* For target $(notdir $(basename $(logfile))):\n" $(NEWLINE) \
477 $(PRINTF) "\n* All command lines available in $(MAKESUPPORT_OUTPUTDIR)/failure-logs.\n" $(NEWLINE) \
478 $(PRINTF) "=== End of repeated output ===\n" \
484 $(PRINTF) "\n=== Make failed targets repeated here ===\n" ; \
486 $(PRINTF) "=== End of repeated output ===\n" ; \
487 $(PRINTF) "\nHint: Try searching the build log for the name of the first failed target.\n" ; \
489 $(PRINTF) "\nNo indication of failed target found.\n" ; \
490 $(PRINTF) "Hint: Try searching the build log for '] Error'.\n" ; \
551 $(PRINTF)
[all...]
H A DInit.gmk293 $(PRINTF) "Building $(TARGET_DESCRIPTION)\n" $(BUILD_LOG_PIPE)
309 $(PRINTF) "\nERROR: Build failed for $(TARGET_DESCRIPTION) (exit code $$exitcode) \n" \
321 $(PRINTF) "Finished building $(TARGET_DESCRIPTION)\n" $(BUILD_LOG_PIPE)
330 $(PRINTF) "Hint: See common/doc/building.html#troubleshooting for assistance.\n\n"
H A DRunTests.gmk462 $(PRINTF) "%2s %-49s %5s %5s %5s %5s %2s\n" " " TEST \
468 $(PRINTF) "%2s %-49s %5d %5d %5d %5d %2s\n" " " "$(test)" \
472 $(PRINTF) "%2s %-49s %5d %5d %5d %5d %2s\n" ">>" "$(test)" \
H A DDocs.gmk227 $$(PRINTF) > $$@ '$$($1_OVERVIEW_TEXT)'
/openjdk9/jdk/make/copy/
H A DCopy-java.base.gmk138 $(PRINTF) "-server KNOWN\n">>$(@)
139 $(PRINTF) "-client ALIASED_TO -server\n">>$(@)
141 $(PRINTF) "-minimal KNOWN\n">>$(@)
145 $(PRINTF) "-client KNOWN\n">>$(@)
146 $(PRINTF) "-server ALIASED_TO -client\n">>$(@)
148 $(PRINTF) "-minimal KNOWN\n">>$(@)
152 $(PRINTF) "-minimal KNOWN\n">>$(@)
153 $(PRINTF) "-server ALIASED_TO -minimal\n">>$(@)
154 $(PRINTF) "-client ALIASED_TO -minimal\n">>$(@)
/openjdk9/common/autoconf/
H A Dcompare.sh.in59 export PRINTF="@PRINTF@"
H A Dconfigure288 ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $conf_script_to_run PRINTF=printf )
H A Dgenerated-configure.sh1056 PRINTF
1266 PRINTF
2234 PRINTF Override default value for PRINTF
5206 $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
5207 $PRINTF "Which are valid to use depends on the build platform.\n"
5212 $PRINTF " %-10s %s\n" $toolchain "$TOOLCHAIN_DESCRIPTION"
5214 $PRINTF "\n"
5217 $PRINTF "The following JVM features are available as arguments to --with-jvm-features.\n"
5218 $PRINTF "Whic
[all...]
/openjdk9/hotspot/make/lib/
H A DJvmMapfile.gmk170 $(PRINTF) "SUNWprivate_1.1 { \n global: \n" > $@.tmp
172 $(PRINTF) " local: \n *; \n }; \n" >> $@.tmp
/openjdk9/jdk/make/gensrc/
H A DGensrcLocaleData.gmk135 $(PRINTF) "PREV_LOCALE_RESOURCES:=$(LOCALE_RESOURCES)" \
143 $(PRINTF) "PREV_LOCALE_RESOURCES:=$(LOCALE_RESOURCES)" \
H A DGensrcBuffer.gmk269 $(PRINTF) "}\n" >> $$($1_DST).tmp
/openjdk9/langtools/make/gensrc/
H A DGensrcCommon.gmk53 $(PRINTF) "jdk=$(VERSION_NUMBER)\nfull=$(VERSION_STRING)\nrelease=$(VERSION_SHORT)\n" \
/openjdk9/make/common/
H A DModules.gmk315 ( $(PRINTF) "DEPS_$(call GetModuleNameFromModuleInfo, $m) :=" && \
327 $(PRINTF) "TRANSITIVE_MODULES_$(call GetModuleNameFromModuleInfo, $m) :=" && \
H A DMakeBase.gmk107 $(PRINTF) "## Starting $(patsubst %-only,%,$@)\n"
114 $(PRINTF) "## Finished $(patsubst %-only,%,$@) (build time %s)\n\n" \
171 $(shell $(PRINTF) -- "$(strip $(call EscapeDollar, \
846 $(shell $(PRINTF) "%s" $(call ShellQuote, $1) > $2)
H A DJarArchive.gmk251 $(PRINTF) "$$($1_EXTRA_MANIFEST_ATTR)\n" >> $$($1_MANIFEST_FILE) $$(NEWLINE)) \
/openjdk9/test/make/
H A DTestMakeBase.gmk178 $(PRINTF) "Expecting value1: %s\n" "`$(CAT) $(VARDEP_DIR)/target-file`"
187 $(PRINTF) "Expecting value2: %s\n" "`$(CAT) $(VARDEP_DIR)/target-file`"
197 $(PRINTF) "Expecting value2: %s\n" "`$(CAT) $(VARDEP_DIR)/target-file`"
H A DTestJavaCompilation.gmk272 $(PRINTF) '$2' > $1; \
/openjdk9/common/bin/
H A Dcompare.sh260 $PRINTF "\tother: ${OP} this: ${TP}\t$f\n"
304 $PRINTF "\tother: ${OF}\n\tthis : ${TF}\n"
694 SIZE_MSG=$($PRINTF "%3d%% %4d" $DIFF_SIZE_REL $DIFF_SIZE_NUM)
873 FULLDUMP_MSG=$($PRINTF "%8d" $FULLDUMP_DIFF_SIZE)
919 DIS_MSG=$($PRINTF "%8d" $DIS_DIFF_SIZE)

Completed in 158 milliseconds