From a7cef436c73842bfd9b68c5fdd25d3900b985600 Mon Sep 17 00:00:00 2001 From: erikj Date: Tue, 25 Jun 2013 09:37:46 +0200 Subject: 8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74 Reviewed-by: alanb, tbell --- common/makefiles/Main.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/makefiles/Main.gmk b/common/makefiles/Main.gmk index 0120c1f..6cfcfa8 100644 --- a/common/makefiles/Main.gmk +++ b/common/makefiles/Main.gmk @@ -192,7 +192,7 @@ source-tips: $(OUTPUT_ROOT)/source_tips $(OUTPUT_ROOT)/source_tips: FRC @$(MKDIR) -p $(@D) @$(RM) $@ - @$(if $(HG),$(call GetSourceTips),$(ECHO) "hg not installed" > $@) + @$(call GetSourceTips) # Remove everything, except the output from configure. -- cgit v1.2.3