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>2020-12-19 02:15:18 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-19 02:15:18 +0300
commit21fa5bb9726e6627ae9925b48b1655ba9ac3dd0e (patch)
tree1319abfb67aa6d8cc5580722bd5b6bb287387305 /config.mak.uname
parent3517022568b0cbf2ada289e43c8c562b61132082 (diff)
parent731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4 (diff)
Merge branch 'rb/nonstop-config-mak-uname-update'
Build update. * rb/nonstop-config-mak-uname-update: config.mak.uname: remove old NonStop compatibility settings
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 5b30a9154a..198ab1e58f 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -574,10 +574,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