changeset 597:3eddc50eb357 jdk7u12-b01

7196361: add hotspot/make/closed to hgforest.sh Reviewed-by: ohair
author jcoomes
date Wed, 05 Sep 2012 12:42:26 -0700
parents bebfb0963a43
children 207c000ac697
files make/scripts/hgforest.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/scripts/hgforest.sh	Thu Oct 18 22:07:34 2012 -0700
+++ b/make/scripts/hgforest.sh	Wed Sep 05 12:42:26 2012 -0700
@@ -58,7 +58,7 @@
     fi
   done
   if [ "${pull_extra_base}" != "" ] ; then
-    subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs"
+    subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs"
     pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'`
     pull_extra="${pull_extra_base}/${pull_default_tail}"
     for i in ${subrepos_extra} ; do