Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8222264

Windows incremental build is broken with JDK-8217728

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 13
    • 13
    • 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.

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

                Created:
                Updated:
                Resolved: