]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: silence stderr on coverity rules
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jun 2015 05:01:11 +0000 (02:01 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jun 2015 05:01:11 +0000 (02:01 -0300)
commit681c623e71e733e25e71e309012cb2d14a9fd1d0
treea71aa114cc33cac03bf0e8a11ec6dcba3ad4966b
parent8feffdfa2e8e00f4b52f2e722718de7d680253ca
build: silence stderr on coverity rules

We try to execute git in order to get the dependencies for the coverity
rules. And it gets executed even when we are not calling that specific
rule.  Later we may want to improve it, but for now let's just silence
the errors of not being a git repository when executing this on a
packaged version.
Makefile.am