mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Small change to test commit hooks.
git-svn-id: file:///svn/unbound/trunk@6 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7edbc1a683
commit
cf9ee594a7
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ realclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
for i in $(ALL_SRC); do \
|
$Qfor i in $(ALL_SRC); do \
|
||||||
|
echo lint $$i; \
|
||||||
$(LINT) $(LINTFLAGS) -I. -I$(srcdir) $(srcdir)/$$i ; \
|
$(LINT) $(LINTFLAGS) -I. -I$(srcdir) $(srcdir)/$$i ; \
|
||||||
if [ $$? -ne 0 ] ; then exit 1 ; fi ; \
|
if [ $$? -ne 0 ] ; then exit 1 ; fi ; \
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue