Integrated: JDK-8257547: Handle multiple prereqs on the same line in deps files
    Erik Joelsson 
    erikj at openjdk.java.net
       
    Thu Dec  3 21:45:58 UTC 2020
    
    
  
On Tue, 1 Dec 2020 22:49:06 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> After fixing JDK-8256810 and starting to look into backporting it, I discovered more potential failing cases. Certain versions of GCC may sometimes output multiple prerequisite files on the same line. I think the easiest way to handle this new issue is to split such lines.
> 
> When splitting lines, we need to make sure to not just split on any space. Some compilers output the : of the rule with a leading space, and already split lines will have a space before the backslash.
This pull request has now been integrated.
Changeset: 36209b70
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/36209b70
Stats:     85 lines in 3 files changed: 80 ins; 0 del; 5 mod
8257547: Handle multiple prereqs on the same line in deps files
Reviewed-by: ihse, tbell
-------------
PR: https://git.openjdk.java.net/jdk/pull/1548
    
    
More information about the build-dev
mailing list