automake-commit
[Top][All Lists]
Advanced

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

[automake-commit] branch master updated: lint: make syntax-check same as


From: Karl Berry
Subject: [automake-commit] branch master updated: lint: make syntax-check same as maintainer-check.
Date: Mon, 20 Jan 2020 21:14:22 -0500

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=441d29bb0225000d840d4fe8c67e5461e40ab101

The following commit(s) were added to refs/heads/master by this push:
     new 441d29b  lint: make syntax-check same as maintainer-check.
441d29b is described below

commit 441d29bb0225000d840d4fe8c67e5461e40ab101
Author: Karl Berry <address@hidden>
AuthorDate: Sun Jan 19 18:24:28 2020 -0800

    lint: make syntax-check same as maintainer-check.
    
    * maintainer/syntax-checks.mk (syntax-check): new target,
    same as maintainer-check. For consistency with many other
    GNU packages.
    (.PHONY): add here too.
---
 maintainer/syntax-checks.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 91cf924..3b32950 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -80,8 +80,8 @@ sc_tabs_in_texi \
 sc_at_in_texi
 
 $(syntax_check_rules): bin/automake bin/aclocal
-maintainer-check: $(syntax_check_rules)
-.PHONY: maintainer-check $(syntax_check_rules)
+maintainer-check syntax-check: $(syntax_check_rules)
+.PHONY: maintainer-check syntax-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.



reply via email to

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