build-infra suggestion

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue Mar 20 20:16:14 PDT 2012


On 03/20/2012 06:58 PM, David Holmes wrote:
> On 21/03/2012 11:00 AM, Jonathan Gibbons wrote:
>> It would be nice if the top level makefile had a convenience target to
>> invoke the "new build".
>
> What should it assume you ran configure for?
>
> David
>
>> -- Jon


I was following the instructions in this email
http://mail.openjdk.java.net/pipermail/build-infra-dev/2011-December/000407.html

which tell me to:
To build using the new build system in the build-infra-dev jdk8 forest,
change directory to "common/makefiles" and:

../autoconf/configure --disable-javac-server --disable-javac-deps
--disable-javac-multi-core
make


Therefore one might presume a default target in the top level make command
would run embody those instructions -- namely,
     cd dommon/makefiles
     run configure if necessary
     make

-- Jon



More information about the build-infra-dev mailing list