Re: RFR (S): JDK-8025921 Make LOG=debug output more readable

2013-10-08 Thread Magnus Ihse Bursie
On 2013-10-07 17:52, Erik Joelsson wrote: Unfortunately, the patch failed when I tried submitting it. Usage of the ListPathsSafely macro in SetupArchive is a bit different and needs to be adjusted. Here is a webrev that I have verified to work: http://cr.openjdk.java.net/~erikj/8025921/webrev.

Re: RFR (S): JDK-8025921 Make LOG=debug output more readable

2013-10-07 Thread Erik Joelsson
Unfortunately, the patch failed when I tried submitting it. Usage of the ListPathsSafely macro in SetupArchive is a bit different and needs to be adjusted. Here is a webrev that I have verified to work: http://cr.openjdk.java.net/~erikj/8025921/webrev.root.01/ I also reduced duplication and sl

Re: RFR (S): JDK-8025921 Make LOG=debug output more readable

2013-10-04 Thread Tim Bell
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 t

Re: RFR (S): JDK-8025921 Make LOG=debug output more readable

2013-10-04 Thread Erik Joelsson
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 ou

RFR (S): JDK-8025921 Make LOG=debug output more readable

2013-10-04 Thread Magnus Ihse Bursie
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,