|
Description
|
If you have already built the whole openjdk (formerly known as control build), building from directories under openjdk/jdk/make will sometimes fail, because it finds class files inside openjdk/build and then refuses to create them again under openjdk/jdk/build. If you remove, or rename the openjdk/build directory, then the build works.
To reproduce:
cd openjdk/jdk/make/sun/security; gmake clean; gmake
Posted Date : 2008-02-26 20:15:03.0
|