# HG changeset patch # User duke # Date 1499276390 -7200 # Node ID bf5370d05c1fe0f1370cddedc22ca5703bf61dca # Parent ca74accc73cfa59872bd8f207a231654d1f7f25f# Parent 3a0155bc559c5e4faad7054dbcab4ea141d868bc Merge diff -r ca74accc73cf -r bf5370d05c1f .hgtags-top-repo --- a/.hgtags-top-repo Thu May 08 15:26:57 2014 -0700 +++ b/.hgtags-top-repo Wed Jul 05 19:39:50 2017 +0200 @@ -254,3 +254,4 @@ 4a21dc7d57d1069a01f68e7182c074cb37349dfb jdk9-b09 fa13f2b926f8426876ec03e7903f3ee0ee150f2e jdk9-b10 ab55a18a95e1990a588929d5d29db3eb9985fea0 jdk9-b11 +59f6350295f9681fe5956d8bc889bf341914c6cb jdk9-b12 diff -r ca74accc73cf -r bf5370d05c1f common/bin/hgforest.sh --- a/common/bin/hgforest.sh Thu May 08 15:26:57 2014 -0700 +++ b/common/bin/hgforest.sh Wed Jul 05 19:39:50 2017 +0200 @@ -144,8 +144,10 @@ repos="${repos} ${i}" fi done + + pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` + if [ "${command_args}" != "" ] ; then - pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` if [ "x${pull_default}" = "x${pull_default_tail}" ] ; then echo "ERROR: Need initial clone from non-local source" > ${status_output} exit 1 @@ -156,6 +158,16 @@ repos_extra="${repos_extra} ${i}" fi done + else + if [ "x${pull_default}" = "x${pull_default_tail}" ] ; then + # local source repo. Copy the extras ones that exist there. + for i in ${subrepos_extra} ; do + if [ -f ${pull_default}/${i}/.hg/hgrc -a ! -f ${i}/.hg/hgrc ] ; then + # sub-repo there in source but not here + repos_extra="${repos_extra} ${i}" + fi + done + fi fi at_a_time=2 # Any repos to deal with? diff -r ca74accc73cf -r bf5370d05c1f make/Javadoc.gmk --- a/make/Javadoc.gmk Thu May 08 15:26:57 2014 -0700 +++ b/make/Javadoc.gmk Wed Jul 05 19:39:50 2017 +0200 @@ -115,10 +115,7 @@ DOCSDIR_URL = {@docroot}/$(GET2DOCSDIR) # Url to copyright html file -COPYRIGHT_URL-7 = $(DOCSDIR_URL)/legal/cpyr.html -# This isn't added in old build yet. -#COPYRIGHT_URL-8 = $(DOCSDIR_URL)/legal/cpyr.html -COPYRIGHT_URL = $(COPYRIGHT_URL-$(JDK_MINOR_VERSION)) +COPYRIGHT_URL = $(DOCSDIR_URL)/legal/cpyr.html # Url to bug filing site BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/