[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat] |
Date: |
Sun, 28 Oct 2018 13:59:16 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 10/28/18 1:25 PM, Jim Meyering wrote:
> Thanks for fixing that, but...
>
>> - @h='same.h' re='\<same_name *\(' $(_sc_header_without_use)
> + @h='same.h' re='\<same_name(|at) *\(' $(_sc_header_without_use)
>
> please use the "?" operator instead of an empty alternation, i.e.,
>
> @h='same.h' re='\<same_name(at)? *\(' $(_sc_header_without_use)
okay, thanks. Would you push for me with that little change, please?
I don't have push permissions on 'gnulib.git' anyway.
Thank & have a nice day,
Berny