From: Wouter Wijngaards Date: Wed, 3 Jan 2007 11:11:23 +0000 (+0000) Subject: Small change to test commit hooks. X-Git-Tag: release-0.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9ee594a74bf1d9b3a86a084776cbdaa9c631a8;p=thirdparty%2Funbound.git Small change to test commit hooks. git-svn-id: file:///svn/unbound/trunk@6 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 199af4ac0..de6d93d8b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,7 +83,8 @@ realclean: clean rm -f Makefile lint: - for i in $(ALL_SRC); do \ + $Qfor i in $(ALL_SRC); do \ + echo lint $$i; \ $(LINT) $(LINTFLAGS) -I. -I$(srcdir) $(srcdir)/$$i ; \ if [ $$? -ne 0 ] ; then exit 1 ; fi ; \ done