Re: build problem

2009-04-14 Thread Kelly O'Hair
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

Re: build problem

2009-04-14 Thread Kelly O'Hair
If all you are working on is hotspot, then you can build just hotspot by doing a 'cd hotspot/make && make'. From that same Makefile in hotspot/make you can also try using: make JDK_IMAGE_DIR="../../build/*/j2sdk-image" update_jdk To update a jdk image with your newly build hotspot libraries.

Re: build problem

2009-04-14 Thread Andrew Haley
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 >> any

Re: build problem

2009-04-14 Thread Andrew Haley
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 wa

build problem

2009-04-14 Thread lianshun Liu
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:) Best