BTW, if your previous full build is the whole OpenJDK instead of only
the JDK part (I mean jdk7/Makefile instead of jdk7/jdk/make/
Makefile), you need to set ALT_OUTPUTDIR to jdk7/build/{platform}.
Otherwise, the partial make's default OUTPUTDIR is jdk7/jdk/build/
{platform}
Hope I explain it clearly.
Max
On May 9, 2008, at 10:11 PM, Dmitri Trembovetski wrote:
Depending on what you want to recompile, you'll need to cd
to a particular directory and run gnumake from there.
For awt/2d, the directories are
make/sun/awt
make/sun/xawt
Mostly the latter.
Thanks,
Dmitri
Clemens Eisserer wrote:
Hello,
Is it possible to re-compile only certain parts of the JDK?
I would like to only re-compile the native AWT part on Unix,
because a
whole "make" takes always several minutes :-/
Thank you in advance, lg Clemens