randall.s.becker@xxxxxxxxxx writes: > From: "Randall S. Becker" <rsbecker@xxxxxxxxxxxxx> > > 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. Nice to read "supported by the oldest supported version"; very assuring that it is the right thing to unconditionally remove these settings. Will queue. Thanks. > > Signed-off-by: Randall S. Becker <rsbecker@xxxxxxxxxxxxx> > --- > config.mak.uname | 4 ---- > 1 file changed, 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