Make target for compiling java classes only?
Alan Bateman
Alan.Bateman at Sun.COM
Thu Jan 10 12:27:24 UTC 2008
Roman Kennke wrote:
> Hi there,
>
> I'm looking for a make target, that compiles only the Java classes of
> OpenJDK. Is there a way to do that? Thanks,
>
> /Roman
>
>
I don't think there is one. There are a number of areas where the source
files are generated during the build (nio and jdwp for example) so
compiling just the java classes in the repository wouldn't be enough
(and will probably fail due to missing dependencies). Kelly may have
suggestions but I suspect you'll need to hack the make files to skip
compiling the shared libaries, launchers, etc.
-Alan.
More information about the build-dev
mailing list