From: Karel Zak Date: Thu, 17 Mar 2016 13:05:27 +0000 (+0100) Subject: tools: add checkcompletion.sh X-Git-Tag: v2.28-rc2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a3c227e27572263c2844327372bd8b8ece0067;p=thirdparty%2Futil-linux.git tools: add checkcompletion.sh The command "make checkcompletion" prints missing completion scripts. Signed-off-by: Karel Zak --- diff --git a/Makefile.am b/Makefile.am index 3a8f471be7..bbaccb1783 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,6 +181,9 @@ checkxalloc: checkdecl: @ $(top_srcdir)/tools/checkdecl.sh +checkcompletion: + @ $(top_srcdir)/tools/checkcompletion.sh $(top_srcdir) + DISTCHECK_CONFIGURE_FLAGS = \ --disable-use-tty-group \ --disable-silent-rules \