Workaround for partial builds
Fredrik Öhrström
oehrstroem at gmail.com
Fri Dec 21 12:58:50 UTC 2012
2012/12/21 Chris Hegarty <chris.hegarty at oracle.com>:
> I haven't tried this yet, but this is exactly what I was looking for ( some
> way to be partial builds ).
The example Erik gave: make jdk-only JDK_FILTER=java/awt
Be aware that this workaround is of limited use, since it does not assist in
recompiling dependent packages, if the public api of java.awt was changed,
you need to know the 79 other packages that depend on java.awt and
recompile those
manually. sjavac does all this for you. Please try build-infra with
--enable-sjavac
//Fredrik
More information about the build-dev
mailing list