Re: [systemd-devel] [PATCH] Makefile.am: add a phony target for cppcheck

2014-01-26 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 22, 2014 at 03:28:43AM -0800, gitter.spi...@gmail.com wrote: From: Elia Pinto devzero2...@rpm5.org The cppcheck target was introduced by commit 16f4efb4150c65e3c61adaa8ea512489de49f532 build-sys: add cppcheck target. But it is preferable to use a make phony target for it, as

[systemd-devel] [PATCH] Makefile.am: add a phony target for cppcheck

2014-01-22 Thread gitter . spiros
From: Elia Pinto devzero2...@rpm5.org The cppcheck target was introduced by commit 16f4efb4150c65e3c61adaa8ea512489de49f532 build-sys: add cppcheck target. But it is preferable to use a make phony target for it, as this patch does. There are two general reasons to use a phony target: to avoid