Skip to content

Commit 731d578

Browse files
rsbeckercagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 898f807 commit 731d578

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config.mak.uname

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,6 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
579579
NO_MMAP = YesPlease
580580
NO_POLL = YesPlease
581581
NO_INTPTR_T = UnfortunatelyYes
582-
# Bug report 10-120822-4477 submitted to HP NonStop development.
583-
MKDIR_WO_TRAILING_SLASH = YesPlease
584-
# RFE 10-120912-4693 submitted to HP NonStop development.
585-
NO_SETITIMER = UnfortunatelyYes
586582
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
587583
SHELL_PATH = /usr/coreutils/bin/bash
588584
endif

0 commit comments

Comments
 (0)