Skip to content

Commit e53a64b

Browse files
me-andgitster
authored andcommitted
config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES
This is necessary to use Git on Windows shared directories, and is already enabled for the MinGW and plain Windows builds. This problem was reported on the Cygwin mailing list at https://cygwin.com/ml/cygwin/2015-08/msg00102.html (amongst others) and is being applied as a manual patch to the Cygwin builds until the patch is taken here. Reported-by: Peter Rosin <[email protected]> Signed-off-by: Adam Dinwoodie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit e53a64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ ifeq ($(uname_O),Cygwin)
171171
X = .exe
172172
UNRELIABLE_FSTAT = UnfortunatelyYes
173173
SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
174+
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
174175
endif
175176
ifeq ($(uname_S),FreeBSD)
176177
NEEDS_LIBICONV = YesPlease

0 commit comments

Comments
 (0)