Windows incremental build is broken with JDK-8217728

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 13
    • Affects Version/s: 13
    • Component/s: infrastructure
    • None
    • b16
    • generic
    • windows

        In JDK-8217728 the incremental build was speed up, using concatenated dependency files. The problem is, that on Windows these dependency files are generated via a script, which lets all lines end with a backslash. This is OK for a single dependency, but if these are just concatenated in a single file, it now looks like one big line.

        One way to fix this, is to add an empty line at the end of the windows deps files.

              Assignee:
              Ralf Schmelter
              Reporter:
              Ralf Schmelter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: