Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform
author
Randall S. Becker
<rsbecker@nexbridge.com>
Sun, 10 Feb 2019 00:20:16 +0000
(19:20 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Feb 2019 20:58:49 +0000
(12:58 -0800)
The NonStop platform needs this configuration item specified as
UnfortunatelyYes so that config directory files are correctly processed.
Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
32ceace
)
diff --git
a/config.mak.uname
b/config.mak.uname
index 786bb2f913ac36371d37b4ee3fb7b03547a4f45c..281c547e2f6ef617029821a617d518ea5e133915 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-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.