Re: [Patch v2] build: add target to run cppcheck

Subject: Re: [Patch v2] build: add target to run cppcheck

Date: Wed, 30 Aug 2017 20:28:19 -0300

To: Jani Nikula, notmuch@notmuchmail.org, notmuch@freelists.org

Cc:

From: David Bremner


Jani Nikula <jani@nikula.org> writes:
>
> I thought the quiet build lines like
>
> CPPCHECK .stamps/cppcheck/util/error_util.c
>
> were a bit ugly, so I came up with [1]. With that plus this change:
>
> -	$(call quiet,CPPCHECK) --template=gcc --error-exitcode=1 --quiet $<
> +	$(call quiet,CPPCHECK,$<) --template=gcc --error-exitcode=1 --quiet $<
>

series pushed, with this change

d


Thread: