From: Stefano Lattarini Date: Sat, 12 Jan 2013 16:41:58 +0000 (+0100) Subject: convenience: "make lint" as an alias for "make maintainer-check" X-Git-Tag: v1.13b~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d77c81afbbcf314ff21d84643c9189923c55a4;p=thirdparty%2Fautomake.git convenience: "make lint" as an alias for "make maintainer-check" * maintainer/syntax-checks.mk (lint): Here. I'm a lazy typist ... Signed-off-by: Stefano Lattarini --- diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk index 375738be9..6bb7662ac 100644 --- a/maintainer/syntax-checks.mk +++ b/maintainer/syntax-checks.mk @@ -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