From: Randall S. Becker Date: Wed, 16 Dec 2020 22:07:52 +0000 (-0500) Subject: config.mak.uname: remove old NonStop compatibility settings X-Git-Tag: v2.30.0-rc1~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=731d578b4fe55fd2dbe7dfc5aa91aadfbce9a2b4;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/config.mak.uname b/config.mak.uname index c7eba69e54..ca627c56da 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