On Sat, 21 Nov 2020 00:12:30 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> After fixing JDK-8256751, I noticed that the fix-deps-file macro isn't > actually doing the right thing at all. It seems clang on Macosx is > inconsistent with outputting relative or absolute paths in the deps files, so > some files end up with double WORKSPACE_ROOT in the paths. It's also not > handling the trailing slash after WORKSPACE_ROOT correctly, so some files are > missing the slash between WORKSPACE_ROOT and the original relative path. > > This time I have checked the output carefully. Marked as reviewed by mikael (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/1360