RFR (S): JDK-8025921 Make LOG=debug output more readable
Tim Bell
tim.bell at oracle.com
Fri Oct 4 14:20:09 UTC 2013
Magnus:
Looks good to me as well.
/Tim
On 10/ 4/13 12:52 AM, Erik Joelsson wrote:
> This is a great idea and the patch looks good to me.
>
> /Erik
>
> On 2013-10-04 09:29, Magnus Ihse Bursie wrote:
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8025921
>>
>> The primary purpose of the LOG=debug level is to display the actual
>> commands run by make.
>>
>> However, they are often buried in long output lists of filenames, by
>> the ListPathsSafely macro and the dependency lists for the
>> SetupArchive marco, making it hard to find the relevant output.
>>
>> The output of these lists are of less relevance, and should be pushed
>> down to the more verbose LOG=trace level.
>>
>> WebRev:
>> http://cr.openjdk.java.net/~ihse/JDK-8025921-make-LOG-debug-more-readable/webrev.01
>>
>> /Magnus
>
More information about the build-dev
mailing list