mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8276654: element-list order is non deterministic
Reviewed-by: ihse
This commit is contained in:
parent
905e3e8813
commit
14d66bd438
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ $(JDK_JAVADOC_DIR)/_element_lists.marker: \
|
||||||
$(MODULE_INFOS)
|
$(MODULE_INFOS)
|
||||||
$(call MakeTargetDir)
|
$(call MakeTargetDir)
|
||||||
$(call LogInfo, Creating javadoc element lists)
|
$(call LogInfo, Creating javadoc element lists)
|
||||||
$(RM) -r $(ELEMENT_LISTS_DIR)
|
$(RM) $(ELEMENT_LISTS_DIR)/element-list-{$(call CommaList, \
|
||||||
|
$(call sequence, $(GENERATE_SYMBOLS_FROM_JDK_VERSION), \
|
||||||
|
$(JDK_SOURCE_TARGET_VERSION)))}.txt
|
||||||
# Generate element-list files for JDK 11 to current-1
|
# Generate element-list files for JDK 11 to current-1
|
||||||
$(call ExecuteWithLog, $@_historic, \
|
$(call ExecuteWithLog, $@_historic, \
|
||||||
$(JAVA_SMALL) $(INTERIM_LANGTOOLS_ARGS) \
|
$(JAVA_SMALL) $(INTERIM_LANGTOOLS_ARGS) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue