]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
convenience: "make lint" as an alias for "make maintainer-check"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:41:58 +0000 (17:41 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:49:00 +0000 (17:49 +0100)
* maintainer/syntax-checks.mk (lint): Here.  I'm a lazy typist ...

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maintainer/syntax-checks.mk

index 375738be92fc9158d762d63a7c8edebb47cdaec0..6bb7662ace1dc5e6c16da153dc9fda6f3f37edb4 100644 (file)
@@ -542,3 +542,7 @@ maintainer-check: $(syntax_check_rules)
 ## Check that the list of tests given in the Makefile is equal to the
 ## list of all test scripts in the Automake testsuite.
 maintainer-check: maintainer-check-list-of-tests
+
+# I'm a lazy typist.
+lint: maintainer-check
+.PHONY: lint