automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} convenience: "make lint" as an alias for "make maintainer-


From: Stefano Lattarini
Subject: [FYI] {maint} convenience: "make lint" as an alias for "make maintainer-check"
Date: Sat, 12 Jan 2013 17:47:01 +0100

* maintainer/syntax-checks.mk (lint): Here.  I'm a lazy typist ...

Signed-off-by: Stefano Lattarini <address@hidden>
---
 maintainer/syntax-checks.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 05ed15e..80e4e7e 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -538,3 +538,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
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

[Prev in Thread] Current Thread [Next in Thread]