RFR (XS) 8078404: VERBOSE make flag is not handled properly
Erik Joelsson
erik.joelsson at oracle.com
Thu Apr 23 15:30:46 UTC 2015
Hello Stanislav,
What do you want to achieve by setting VERBOSE=1? AFAIK that has never
been a valid value for the VERBOSE input variable. In jdk8, we initially
introduced VERBOSE as an input variable to the new build system. It was
default set to "-s" to make the build quiet, but if you wanted command
lines echoed, you used "make VERBOSE=". That was later superseded by the
LOG input variable, which is set to a log level like "info, warn, debug,
trace". In jdk9, we completely removed support for the VERBOSE input
variable.
/Erik
On 2015-04-23 06:52, Stanislav Baiduzhyi wrote:
> Hi All,
>
> Please review and sponsor following webrev. It fixes the use of VERBOSE make
> flag for openjdk 8. Currently, executing 'build VERBOSE=1 images' fails with
> "No rule to make target '1'".
>
> Webrev:
> https://487f7412f3e78e1958440a7d4d778f6aa5da2088.googledrive.com/host/0B5Kp-cB1sXJrfmN3c3hidnYzcWp3X0pwMjN2cXM1YUtmLW1WdzlyeU45eHF3RHI5X09uX00/fix-verbose/
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8078404
>
More information about the build-dev
mailing list