# HG changeset patch # User ihse # Date 1494608990 -7200 # Node ID 69879afbd98f322c272ec164d488aa637eb457aa # Parent 52fd3ed2536f726622e48f8c9fb0d8e92279caed 8175825: Stop including pubs repo Reviewed-by: erikj diff -r 52fd3ed2536f -r 69879afbd98f common/autoconf/generated-configure.sh --- a/common/autoconf/generated-configure.sh Thu May 11 13:58:54 2017 -0700 +++ b/common/autoconf/generated-configure.sh Fri May 12 19:09:50 2017 +0200 @@ -5183,7 +5183,7 @@ #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1493884285 +DATE_WHEN_GENERATED=1494608938 ############################################################################### # diff -r 52fd3ed2536f -r 69879afbd98f common/autoconf/spec.gmk.in --- a/common/autoconf/spec.gmk.in Thu May 11 13:58:54 2017 -0700 +++ b/common/autoconf/spec.gmk.in Fri May 12 19:09:50 2017 +0200 @@ -271,9 +271,6 @@ TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/test-make MAKESUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/make-support -# By default, output javadoc directly into image -JAVADOC_OUTPUTDIR = $(DOCS_IMAGE_DIR) - # This does not get overridden in a bootcycle build CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@ BUILDJDK_OUTPUTDIR=$(BUILD_OUTPUT)/buildjdk @@ -818,6 +815,8 @@ # Docs image DOCS_IMAGE_SUBDIR := docs DOCS_IMAGE_DIR = $(IMAGES_OUTPUTDIR)/$(DOCS_IMAGE_SUBDIR) +# Output docs directly into image +DOCS_OUTPUTDIR := $(DOCS_IMAGE_DIR) # Macosx bundles directory definitions JDK_MACOSX_BUNDLE_SUBDIR=jdk-bundle diff -r 52fd3ed2536f -r 69879afbd98f common/bin/hgforest.sh --- a/common/bin/hgforest.sh Thu May 11 13:58:54 2017 -0700 +++ b/common/bin/hgforest.sh Fri May 12 19:09:50 2017 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -183,7 +183,7 @@ subrepos="corba jaxp jaxws langtools jdk hotspot nashorn" jdk_subrepos_extra="closed jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed" -subrepos_extra="$jdk_subrepos_extra deploy install sponsors pubs" +subrepos_extra="$jdk_subrepos_extra deploy install sponsors" # Only look in specific locations for possible forests (avoids long searches) pull_default="" diff -r 52fd3ed2536f -r 69879afbd98f common/doc/building.html --- a/common/doc/building.html Thu May 11 13:58:54 2017 -0700 +++ b/common/doc/building.html Fri May 12 19:09:50 2017 +0200 @@ -6,6 +6,7 @@ OpenJDK Build README +