On 05/19/2011 08:23 PM, Angus Salkeld wrote: > On Thu, May 19, 2011 at 07:54:20PM -0700, Steven Dake wrote: >> Allow a make coverity target for those developers with coverity tools >> available to them. > > Gasp, no configure check for coverity? >
http://lolpics.se/pics/482.jpg pretty sure nobody would be able to actually configure the code base with a configure check... > -Angus > >> >> Signed-off-by: Steven Dake <[email protected]> >> --- >> Makefile.am | 5 +++++ >> 1 files changed, 5 insertions(+), 0 deletions(-) >> >> diff --git a/Makefile.am b/Makefile.am >> index f22f03f..675b2f1 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -57,6 +57,11 @@ corosysconf_DATA = conf/corosync.conf.example \ >> SUBDIRS = include lcr lib exec services tools test >> pkgconfig \ >> man init >> >> +coverity: >> + cov-build --dir=cov make >> + cov-analyze --dir cov >> + cov-format-errors --dir cov >> + >> install-exec-local: >> $(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/service.d >> $(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/uidgid.d >> -- >> 1.7.4.4 >> >> _______________________________________________ >> Openais mailing list >> [email protected] >> https://lists.linux-foundation.org/mailman/listinfo/openais > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
