Implicit make target for BUILD_GENMODULESLIST ?

2015-04-12 Thread David Holmes
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

Re: jdk9 windows build failure

2015-04-12 Thread Erik Joelsson
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

Re: RFR: JDK-8077563: 9-dev 1-prebuild fail: "configure: error: write failure creating /config.status"

2015-04-12 Thread David Holmes
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

RFR: JDK-8077563: 9-dev 1-prebuild fail: "configure: error: write failure creating /config.status"

2015-04-12 Thread Erik Joelsson
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

BSD variables not declared? (jdk8 & jdk 9 builds)

2015-04-12 Thread Martijn Verburg
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/