X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Makefile;h=9aca8a16d955e904b4a8f07e70fba754ac65fcc3;hb=5bfd53629e93113a17fe7d6a7a24554dc3c17cdb;hp=3dc072fc8162be1b1d57db207a976b8b78928f04;hpb=632d3f4b5b80700c6c7c3637d6a4d1d9a457f7e1;p=git.git diff --git a/Makefile b/Makefile index 3dc072fc8..9aca8a16d 100644 --- a/Makefile +++ b/Makefile @@ -233,6 +233,8 @@ all:: # # Define CHECK_HEADER_DEPENDENCIES to check for problems in the hard-coded # dependency rules. +# +# Define NATIVE_CRLF if your platform uses CRLF for line endings. GIT-VERSION-FILE: FORCE @$(SHELL_PATH) ./GIT-VERSION-GEN @@ -1056,6 +1058,7 @@ ifeq ($(uname_S),Windows) NO_CURL = YesPlease NO_PYTHON = YesPlease BLK_SHA1 = YesPlease + NATIVE_CRLF = YesPlease CC = compat/vcbuild/scripts/clink.pl AR = compat/vcbuild/scripts/lib.pl