summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:53:54 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:53:54 -0800
commitaf742b9b27c3e3caac9b304c76db323e2334b955 (patch)
treec23a6418d2a4952cae4ebd8927c5ce3fe8e256eb /Makefile
parentMerge branch 'mm/maint-hint-failed-merge' into maint (diff)
parentgit-count-objects: Fix a disk-space under-estimate on Cygwin (diff)
downloadtgif-af742b9b27c3e3caac9b304c76db323e2334b955.tar.xz
Merge branch 'rj/maint-cygwin-count-objects' into maint
* rj/maint-cygwin-count-objects: git-count-objects: Fix a disk-space under-estimate on Cygwin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbd4a8f580..9b94e967e6 100644
--- a/Makefile
+++ b/Makefile
@@ -781,6 +781,7 @@ ifeq ($(uname_O),Cygwin)
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
OLD_ICONV = UnfortunatelyYes
+ NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try commenting this out if you suspect MMAP is more efficient