summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-24 23:42:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-24 23:42:55 (GMT)
commitba2c7476882ea56fcad298ef195b538ed7a7ad32 (patch)
tree0a84376577dcdef2a725505f8ab9342f0896b929 /Makefile
parentaf06e93a3e822681ed2527388a9ded07d23428c5 (diff)
parent756078749f7a87bc50d4c22db18e26a09c45059d (diff)
downloadgit-ba2c7476882ea56fcad298ef195b538ed7a7ad32.zip
git-ba2c7476882ea56fcad298ef195b538ed7a7ad32.tar.gz
git-ba2c7476882ea56fcad298ef195b538ed7a7ad32.tar.bz2
Merge branch 'rj/maint-cygwin-count-objects'
* 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 31db29d..5a0b3d4 100644
--- a/Makefile
+++ b/Makefile
@@ -805,6 +805,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