jdk 8 skipping javadocs
Pete Brunet
peter.brunet at oracle.com
Thu Sep 12 17:27:47 UTC 2013
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
>
More information about the build-dev
mailing list