aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorjcoomes <none@none>2012-09-05 12:42:26 -0700
committerjcoomes <none@none>2012-09-05 12:42:26 -0700
commitae3db2cf03ca8b853037dd2899ecbb81a8958f48 (patch)
treea38ede573baf199f32b772053632001efaa186fb /make
parentf8be45f0c40139bdaf53fe0b7097d2aadfe9dff1 (diff)
7196361: add hotspot/make/closed to hgforest.shjdk8-b55
Reviewed-by: ohair
Diffstat (limited to 'make')
-rw-r--r--make/scripts/hgforest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/hgforest.sh b/make/scripts/hgforest.sh
index 5906f72..ed937f3 100644
--- a/make/scripts/hgforest.sh
+++ b/make/scripts/hgforest.sh
@@ -58,7 +58,7 @@ if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
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