提交 d98a51dc 编写于 作者: E erikj

8012564: The SOURCE value in release file of JDK 8 doesn't contain valid...

8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74
Reviewed-by: alanb, tbell
上级 5d5d8ca3
...@@ -192,7 +192,7 @@ source-tips: $(OUTPUT_ROOT)/source_tips ...@@ -192,7 +192,7 @@ source-tips: $(OUTPUT_ROOT)/source_tips
$(OUTPUT_ROOT)/source_tips: FRC $(OUTPUT_ROOT)/source_tips: FRC
@$(MKDIR) -p $(@D) @$(MKDIR) -p $(@D)
@$(RM) $@ @$(RM) $@
@$(if $(HG),$(call GetSourceTips),$(ECHO) "hg not installed" > $@) @$(call GetSourceTips)
# Remove everything, except the output from configure. # Remove everything, except the output from configure.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册