changeset 1537:5fc7162f2b4f

8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49 Reviewed-by: tbell
author erikj
date Tue, 23 Jun 2015 15:11:56 +0200
parents eed77fcd7771
children 2f143b1e68d5
files make/common/MakeBase.gmk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/MakeBase.gmk	Thu Jun 18 10:23:33 2015 -0700
+++ b/make/common/MakeBase.gmk	Tue Jun 23 15:11:56 2015 +0200
@@ -369,8 +369,9 @@
 HGTIP_FILENAME=.hgtip
 HG_SEARCH = ./REPO ./*/REPO ./*/*/REPO ./*/*/*/REPO
 REPO_LIST = $(patsubst ./%,%,$(patsubst %/,%,$(sort $(dir \
-    $(shell $(CD) $(SRC_ROOT) ; ( $(LS) -d $(HG_SEARCH:%/REPO=%/$(HG_DIRECTORY)) ; \
-        $(LS) $(HG_SEARCH:%/REPO=%/$(HGTIP_FILENAME)) ) \
+    $(shell $(CD) $(SRC_ROOT) ; \
+        $(LS) -d $(HG_SEARCH:%/REPO=%/$(HG_DIRECTORY)) \
+            $(HG_SEARCH:%/REPO=%/$(HGTIP_FILENAME)) \
         2> /dev/null)))))
 
 # Emit the repo:tip pairs to $@