Re: [PATCH v4 2/4] config.mak.uname: support for modern HPE NonStop config.

2019-01-03 Thread Junio C Hamano
writes: > I will reissue the whole package for you. I think I hacked it badly. Will > get to it after $DAYJOB is done. Thanks.

RE: [PATCH v4 2/4] config.mak.uname: support for modern HPE NonStop config.

2019-01-03 Thread randall.s.becker
On January 3, 2019 14:45, Junio C Hamano wrote: > To: randall.s.bec...@rogers.com > Cc: git@vger.kernel.org; Randall S. Becker > Subject: Re: [PATCH v4 2/4] config.mak.uname: support for modern HPE > NonStop config. > > randall.s.bec...@rogers.com writes: > > >

Re: [PATCH v4 2/4] config.mak.uname: support for modern HPE NonStop config.

2019-01-03 Thread Junio C Hamano
randall.s.bec...@rogers.com writes: > @@ -470,8 +489,13 @@ ifeq ($(uname_S),NONSTOP_KERNEL) > NO_MKDTEMP = YesPlease > # Currently libiconv-1.9.1. > OLD_ICONV = UnfortunatelyYes > - NO_REGEX = YesPlease > + NO_REGEX=NeedsStartEnd > NO_PTHREADS = UnfortunatelyYes > >