From 043102bf197e1f0e082cc0eaf4d3d5d7c3b79f7b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 26 Nov 2008 13:42:16 +0100 Subject: tools: add checkconfig to top-level Makefile Signed-off-by: Karel Zak --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fefff76f5..6fce69cc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,10 +48,15 @@ distclean-local: checkincludes: - -find * $(RCS_FIND_IGNORE) \ + @find * $(RCS_FIND_IGNORE) \ -name '*.[hcS]' -type f -print | sort -u \ | xargs $(top_srcdir)/tools/checkincludes.pl +checkconfig: + @find * $(RCS_FIND_IGNORE) \ + -name '*.[hcS]' -type f -print | sort -u \ + | xargs $(top_srcdir)/tools/checkconfig.sh $(top_srcdir) + ENABLE_ALL = --enable-static-programs \ --enable-elvtune --enable-init --enable-kill --enable-last \ -- cgit v1.2.3-55-g7522