]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Slightly faster lint.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 8 Feb 2007 12:40:38 +0000 (12:40 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 8 Feb 2007 12:40:38 +0000 (12:40 +0000)
git-svn-id: file:///svn/unbound/trunk@80 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in

index 365ac55a8a46117fd7d761934bcd62efdc7e9853..19a33c8767f5814ea2ddc1d3163011b81728097a 100644 (file)
@@ -97,7 +97,7 @@ realclean: clean
        rm -f Makefile 
 
 lint:
-       $Qfor i in $(ALL_SRC); do \
+       $Qfor i in $(sort $(ALL_SRC)); do \
                echo lint $$i; \
                $(LINT) $(LINTFLAGS) -I. -I$(srcdir) -I$(ldnsdir)/include $(srcdir)/$$i ; \
                if [ $$? -ne 0 ] ; then exit 1 ; fi ; \