Re: [PATCH] maint.mk: minor simplication.

2012-07-17 Thread Akim Demaille
Le 17 juil. 2012 à 11:30, Jim Meyering a écrit : > Akim Demaille wrote: >> Nothing big here, just some very minor factoring. >> >> * top/maint.mk (_sc_excl): Use $(or...) instead of $(if...) >> for default values. > ... >> - $(if $(exclude_file_name_regexp--$@),$(exclude_file_name_regexp--$@),^

Re: [PATCH] maint.mk: minor simplication.

2012-07-17 Thread Jim Meyering
Akim Demaille wrote: > Nothing big here, just some very minor factoring. > > * top/maint.mk (_sc_excl): Use $(or...) instead of $(if...) > for default values. ... > - $(if $(exclude_file_name_regexp--$@),$(exclude_file_name_regexp--$@),^$$) > + $(or $(exclude_file_name_regexp--$@),^$$) Nice. Th

Re: [PATCH] maint.mk: minor simplication.

2012-07-17 Thread Stefano Lattarini
On 07/17/2012 10:35 AM, Akim Demaille wrote: > Subject: [PATCH] maint.mk: minor simplication. > s/simplication/simplification/ in the summary line. For the rest, I like your patch (albeit it's not me who can ACK it). Regards, Stefano

[PATCH] maint.mk: minor simplication.

2012-07-17 Thread Akim Demaille
Nothing big here, just some very minor factoring. * top/maint.mk (_sc_excl): Use $(or...) instead of $(if...) for default values. --- ChangeLog| 6 ++ top/maint.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b073b2a..27ea1ef 100644 ---