]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.mak.uname: remove old NonStop compatibility settings
authorRandall S. Becker <rsbecker@nexbridge.com>
Wed, 16 Dec 2020 22:07:52 +0000 (17:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Dec 2020 06:06:53 +0000 (22:06 -0800)
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>
config.mak.uname

index c7eba69e54e669c61dd8b7333d97fb587964b68c..ca627c56da451259dc27674156539e8dfedef6a2 100644 (file)
@@ -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