From: Stefano Lattarini Date: Wed, 29 Aug 2012 12:15:42 +0000 (+0200) Subject: build: use 'check-local' to extend the 'check' target X-Git-Tag: v8.20~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b490c10da134859e7819c2f6b837e8da3df576;p=thirdparty%2Fcoreutils.git build: use 'check-local' to extend the 'check' target * 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". --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 4e5150fc2a..121c7cc6de 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