# HG changeset patch # User erikj # Date 1484044105 -3600 # Node ID 6ff517127736582954795017434d1552c786e4d6 # Parent bf14e07c9075cab5e3bc654141ffb81fb87d07ed 8171932: unresolved macro in javadoc command Reviewed-by: tbell diff -r bf14e07c9075 -r 6ff517127736 make/Javadoc.gmk --- a/make/Javadoc.gmk Tue Jan 10 11:23:59 2017 +0100 +++ b/make/Javadoc.gmk Tue Jan 10 11:28:25 2017 +0100 @@ -86,7 +86,7 @@ DRAFT_WINDOW_TITLE_MARKER := $(SPACE)[build $(VERSION_BUILD)] endif EARLYACCESS_TOP := \ -
Please note that the specifications \ diff -r bf14e07c9075 -r 6ff517127736 make/common/MakeBase.gmk --- a/make/common/MakeBase.gmk Tue Jan 10 11:23:59 2017 +0100 +++ b/make/common/MakeBase.gmk Tue Jan 10 11:28:25 2017 +0100 @@ -435,7 +435,7 @@ Too many named arguments to macro, please update MAX_PARAMS in MakeBase.gmk)) # Iterate over 2 3 4... and evaluate the named parameters with $1_ as prefix $(foreach i,$(PARAM_SEQUENCE), $(if $(strip $($i)),\ - $(strip $1)_$(strip $(call DoubleDollar, $($i))))$(NEWLINE)) + $(strip $1)_$(strip $(call EscapeHash, $(call DoubleDollar, $($i))))$(NEWLINE))) # Debug print all named parameter names and values $(if $(findstring $(LOG_LEVEL),debug trace), \ $(info $0 $(strip $1) $(foreach i,$(PARAM_SEQUENCE), \