8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Alan Bateman
Alan.Bateman at oracle.com
Fri Feb 7 13:36:38 UTC 2014
On 07/02/2014 01:06, Magnus Ihse Bursie wrote:
>
> It looks basically good. Some comments:
>
> In spec.gmk.in:
> +RMICONNECTOR_IIOP=@RMICONNECTOR_IIOP@
> Please use := as = has a special meaning in make (late evaluation). Simple assignment is :=.
> In jdk-options.m4:
> Please add a set of AC_MSG_CHECKING/RESULT for presenting the value of the flag. You can find examples in the code.
> Otherwise it looks fine.
This was pushed yesterday so it will require a new issue to update it.
On the simple assignment vs. late evaluation then it looks like there is
a mix in spec.gmk.in and I assume that others should be changed too
(just wondering if this is something that you or Erik should take).
I can add AC_MSG_CHECKING/AC_MSG_RESULT, not sure how I missed those. It
may be missed from others too.
-Alan.
More information about the build-dev
mailing list