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--$@),^$$)
>> +  $(or $(exclude_file_name_regexp--$@),^$$)
> 
> Nice.  Thanks!

Installed, with the correct title (thanks Stefano).


Reply via email to