On 2016-01-19 11:31, Erik Joelsson wrote:
Hello,

Please review this fix in the makefiles for using sjavac. The include/exclude mechanism in sjavac has changed. We used to sometimes exclude files using a full absolute path. This no longer works. The same thing can be achieved by splitting up the source roots argument to sjavac in separate -src arguments and then filter includes and excludes that are unique to a specific source root. Since this risks making command lines much longer, I also added a conditional ListPathsSafely/@file construct.

Bug: https://bugs.openjdk.java.net/browse/JDK-8147449
Webrev: http://cr.openjdk.java.net/~erikj/8147449/webrev.01/

It's a bit head-ache-inducing (not your fault, though!) but it looks correct to me.

/Magnus

Reply via email to