Re: RFR: JDK-8151300: Build shell trace functionality lost in JDK-8076060

2016-03-04 Thread Tim Bell
Hi Erik: When running the build with LOG=trace, we (used to) have a neat feature that would print which prerequisites triggered each rule to run. This functionality was lost with JDK-8076060 where the SHELL variable setting this up was changed to be assigned using ':=' instead of ':'. I canno

RFR: JDK-8151300: Build shell trace functionality lost in JDK-8076060

2016-03-04 Thread Erik Joelsson
When running the build with LOG=trace, we (used to) have a neat feature that would print which prerequisites triggered each rule to run. This functionality was lost with JDK-8076060 where the SHELL variable setting this up was changed to be assigned using ':=' instead of ':'. I cannot see any r