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. Andrew.
