From d98a51dc527227b9d3d495d6f067ed7abeb4ab9f Mon Sep 17 00:00:00 2001 From: erikj Date: Tue, 25 Jun 2013 09:37:46 +0200 Subject: [PATCH] 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. -- GitLab