If I create a new configuration and then run make for a non-existent target:
make not_a_target
It still shows:
Compiling 5 files for BUILD_GENMODULESLIST
Why? If I don't give a valid make target then nothing should happen.
David
That looks weird. What does your
/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/make-support/module-deps.gmk
look like? What happens if you do "make java.xml.bind-java"? Exactly how
did you run make to have this happen?
/Erik
On 2015-04-11 00:39, Phil Race wrote:
For some time
On 13/04/2015 4:07 PM, Erik Joelsson wrote:
Hello,
Please review this fix for configure when running from a custom output
directory. In JDK-8073634, I messed up only defined
CONFIGURESUPPORT_OUTPUTDIR when --with-conf-name was used or the default
value for it was used, not when defining it by ru
Hello,
Please review this fix for configure when running from a custom output
directory. In JDK-8073634, I messed up only defined
CONFIGURESUPPORT_OUTPUTDIR when --with-conf-name was used or the default
value for it was used, not when defining it by running configure from a
new directory.
T
Hi all,
On Mac OS X 10.10.2 using gcc 4.8 run make clean images
When compiling either jdk8 or jdk9 from scratch I get the following BSD
undefined errors:
Compiling
/Users/karianna/Documents/workspace/AdoptOpenJDK_projects/jdk8/hotspot/src/os/bsd/vm/os_bsd.cpp
/Users/karianna/Documents/workspace/