Searched refs:PATCH (Results 1 - 3 of 3) sorted by relevance

/openjdk10/make/
H A DInitSupport.gmk371 # Syntax: COMPARE_BUILD=CONF=<configure options>:PATCH=<patch file>:
375 # If neither CONF or PATCH is given, assume <default> means CONF if it
376 # begins with "--", otherwise assume it means PATCH.
377 # MAKE and COMP_OPTS can only be used with CONF and/or PATCH specified.
387 $$(if $$(filter PATCH=%, $$(part)), \
388 $$(eval COMPARE_BUILD_PATCH=$$(strip $$(patsubst PATCH=%, %, $$(part)))) \
408 ifneq ($$(filter PATCH=%, $$(COMPARE_BUILD)), )
409 COMPARE_BUILD_PATCH=$$(strip $$(patsubst PATCH=%, %, $$(COMPARE_BUILD)))
438 $(if $(COMPARE_BUILD_PATCH), $(PATCH) -p1 < $(COMPARE_BUILD_PATCH))
458 $(if $(COMPARE_BUILD_PATCH), $(PATCH)
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp176 #define PATCH "patch" macro
203 matches_property_suffix(property_suffix, PATCH, PATCH_LEN) ||
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh936 PATCH
1306 PATCH
2090 --with-version-patch Set version 'PATCH' field (fourth number) [not
2274 PATCH Override default value for PATCH
23763 if [ -z "${PATCH+x}" ]; then
23774 case $PATCH in
23776 ac_cv_path_PATCH="$PATCH" # Let the user override the test with a path.
23797 PATCH=$ac_cv_path_PATCH
23798 if test -n "$PATCH"; the
[all...]

Completed in 97 milliseconds