On 2013-09-12 19:54, Pete Brunet wrote:
On 9/12/13 12:32 PM, Jonathan Gibbons wrote:
On 09/12/2013 10:27 AM, Pete Brunet wrote:
On 7/29/13 9:39 AM, Mike Duigou wrote:
On Jul 29 2013, at 07:09 , Pete Brunet wrote:
In the new JDK 8 build doc I see this sentence:
Creating the javadocs can be very slow, if you are running javadoc,
consider skipping that step.
but I don't see any switches documented that would skip creating
javadocs.
The docs target is not run by default. It has to be explicitly
invoked to create docs.
I just made a few changes to jdk for debugging and rebuilt with make all
and the docs build ran for 19.5 min. How do I eliminate that part of
the build? I do need images so I have to use make all but I'd like a
target like make all-nodocs.
Mike
make images
Thanks Jon. It would be good if someone could add that info to the
build doc.
There is a make help target that lists (most) useful targets.
/Erik
-- Jon