Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-23 00:15:20 +0300
committerJunio C Hamano <gitster@pobox.com>2017-06-23 00:15:20 +0300
commitdf7fd961a9d9ba60840ffc0868d36cc3db2aec74 (patch)
tree3f5090d591b2308f553a9ee3764eb004c2dd0218 /Makefile
parent05ec6e13aaf33b6a647e1321203a770e697eea9a (diff)
parent3adf9fdecfb0cd31a83ef3af1d8d631a1acd392b (diff)
Merge branch 'nd/fopen-errors'
Hotfix for a topic that is already in 'master'. * nd/fopen-errors: configure.ac: loosen FREAD_READS_DIRECTORIES test program
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f484801638..b94cd5633c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ all::
# have been written to the final string if enough space had been available.
#
# Define FREAD_READS_DIRECTORIES if you are on a system which succeeds
-# when attempting to read from an fopen'ed directory.
+# when attempting to read from an fopen'ed directory (or even to fopen
+# it at all).
#
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
# This also implies BLK_SHA1.