Skip to content
Snippets Groups Projects
Commit 243a4c7e authored by Randall S. Becker's avatar Randall S. Becker Committed by Junio C Hamano
Browse files

config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform


The NonStop platform needs this configuration item specified as
UnfortunatelyYes so that config directory files are correctly processed.

Signed-off-by: default avatarRandall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 32ceace3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -490,6 +490,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
OLD_ICONV = UnfortunatelyYes
NO_REGEX = NeedsStartEnd
NO_PTHREADS = UnfortunatelyYes
FREAD_READS_DIRECTORIES = UnfortunatelyYes
 
# Not detected (nor checked for) by './configure'.
# We don't have SA_RESTART on NonStop, unfortunalety.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment