summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2020-12-16 22:07:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-12-17 06:06:53 (GMT)
commit731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4 (patch)
treed8b30c314c5b3928be7aa604584555d109831c9d /config.mak.uname
parent898f80736c75878acc02dc55672317fcc0e0a5a6 (diff)
downloadgit-731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4.zip
git-731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4.tar.gz
git-731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4.tar.bz2
config.mak.uname: remove old NonStop compatibility settings
The MKDIR_WO_TRAILING_SLASH and NO_SETITIMER options are no longer needed on the NonStop platforms as both are now supported by the oldest supported operating system revision. Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mak.uname b/config.mak.uname
index c7eba69..ca627c5 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -579,10 +579,6 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
NO_MMAP = YesPlease
NO_POLL = YesPlease
NO_INTPTR_T = UnfortunatelyYes
- # Bug report 10-120822-4477 submitted to HP NonStop development.
- MKDIR_WO_TRAILING_SLASH = YesPlease
- # RFE 10-120912-4693 submitted to HP NonStop development.
- NO_SETITIMER = UnfortunatelyYes
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
SHELL_PATH = /usr/coreutils/bin/bash
endif