Hi Akim,
> There are some architectures on which the Valgrind suppression
> files can be time consuming to maintain. How about sharing these
> guys in gnulib? Or, do you know some public repository of
> such files?
We already have valgrind suppression files in gnulib, as part of the
respective
Hi friends,
There are some architectures on which the Valgrind suppression
files can be time consuming to maintain. How about sharing these
guys in gnulib? Or, do you know some public repository of
such files?
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--$@),^
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
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
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
---