[Telepathy-commits] [telepathy-gabble/master] Generate FIXME.out like telepathy-glib

Will Thompson will.thompson at collabora.co.uk
Fri Jan 30 04:00:40 PST 2009


---
 .gitignore  |    1 +
 Makefile.am |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index dc23715..af9c1dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
 .deps
 .libs
 .svn
+FIXME.out
 /INSTALL
 Makefile
 Makefile.in
diff --git a/Makefile.am b/Makefile.am
index eb7ce96..d53eba0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,11 +4,17 @@ SUBDIRS = docs tools extensions lib src data m4 tests
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-debug
 
+CLEANFILES = FIXME.out
+
 check-twisted: all
 	$(MAKE) -C tests/twisted check-twisted
 
 check-all: check check-twisted
 
+check-local::
+	egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/src/*.[ch] \
+		> FIXME.out || true
+
 include tools/lcov.am
 LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list