coreutils
[Top][All Lists]
Advanced

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

[PATCH 05/22] build: use 'check-local' to extend the 'check' target


From: Stefano Lattarini
Subject: [PATCH 05/22] build: use 'check-local' to extend the 'check' target
Date: Wed, 29 Aug 2012 23:54:42 +0200

* doc/Makefile.am (check-local): Here, by making this depend
on 'check-texinfo' ...
(check): ... rather than this.  While the old usage worked, it
did so for an implementation detail rather than a documented
behaviour, so relying on that was riskier a "unclean".

Signed-off-by: Stefano Lattarini <address@hidden>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4e5150f..121c7cc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -126,4 +126,4 @@ sc-lower-case-var:
        $(AM_V_GEN)$(PERL) -e 1 || { echo $@: skipping test; exit 0; }; \
          $(PERL) -lne $(find_upper_case_var) $(doc_srcdir)/*.texi
 
-check: check-texinfo
+check-local: check-texinfo
-- 
1.7.12




reply via email to

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