# HG changeset patch # User lana # Date 1399587991 25200 # Node ID 3a0155bc559c5e4faad7054dbcab4ea141d868bc # Parent c75c2185bed3c128ac639f237ae6c57a10d6cc40# Parent 5c59e988c04ea7053d40337d1e5cbc4c9480d316 Merge diff -r c75c2185bed3 -r 3a0155bc559c common/bin/hgforest.sh --- a/common/bin/hgforest.sh Thu May 08 01:04:59 2014 -0700 +++ b/common/bin/hgforest.sh Thu May 08 15:26:31 2014 -0700 @@ -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 c75c2185bed3 -r 3a0155bc559c make/Javadoc.gmk --- a/make/Javadoc.gmk Thu May 08 01:04:59 2014 -0700 +++ b/make/Javadoc.gmk Thu May 08 15:26:31 2014 -0700 @@ -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/