build problem
Kelly O'Hair
Kelly.Ohair at Sun.COM
Tue Apr 14 19:00:39 UTC 2009
Andrew Haley wrote:
> lianshun Liu wrote:
>> Hi,
>>
>> I build OpenJDK on Windows platform, and choose /openjdk as the build dictory.
>> I've a problem that I need to rebuild the whole project everytime when I hack the VM. It is really a long time that I can't use the computer to do anything else. So, is there any ways to solve this? Thanks:)
>
> "make hostpot" is usually fast for me: it just rebuilds the files
> that it needs to.
That should work, although I'm not sure the newly built hotspot libraries
will get copied into the previously built jdk image. You might watch out for
that.
Normally the jdk repository (specifically jdk/make/redist/Makefile) will
copy the hotspot libraries into the jdk build area, depending on what
OUTPUTDIR is set to. Kind of a pull or import action. Historic stuff. ;^)
-kto
>
> Andrew.
More information about the build-dev
mailing list