Integrated: 8252769: Warn in configure if git config autocrlf has invalid value

Magnus Ihse Bursie ihse at openjdk.java.net
Fri Mar 4 16:36:02 UTC 2022


On Fri, 4 Mar 2022 12:00:15 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> Over and over again, people are running into issues when their git config has core.autocrlf set to true or input. (This is apparently done by default by some Windows git installations.)
> 
> This will not work with the OpenJDK build system.
> 
> We should check this at configure time and give suitable warning message if this is detected.

This pull request has now been integrated.

Changeset: f9f9c0a8
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f9f9c0a8552f6815b22893e8984edb58991d4554
Stats:     13 lines in 2 files changed: 11 ins; 1 del; 1 mod

8252769: Warn in configure if git config autocrlf has invalid value

Reviewed-by: erikj

-------------

PR: https://git.openjdk.java.net/jdk/pull/7690



More information about the build-dev mailing list