Reducing dependencies for docs (original) (raw)

Dan Smith daniel.smith at oracle.com
Tue Dec 11 23:43:57 UTC 2018


Would it be possible to adjust the build system's handling of docs so that it is not necessary to do a complete compilation before the docs can be generated?

I'm working with specs, and the following command does mostly what I want: make jdk.jdi-gensrc hotspot-gensrc && make docs-jdk-specs-only

But it would be nice to not have to resort to '-only' targets, when there's no real dependency on 99% of what happens when I use 'make docs-jdk-specs'.

Specific proposals:



More information about the build-dev mailing list