]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: quiet "make check" in src/
authorJim Meyering <meyering@redhat.com>
Sun, 30 Aug 2009 10:22:11 +0000 (12:22 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Aug 2009 10:22:30 +0000 (12:22 +0200)
* src/Makefile.am (check-duplicate-no-install): Use $(AM_V_GEN).
(check-README): Likewise.  And $(AM_V_at).

src/Makefile.am

index a03c16eca90615b0d4e701c50a9c2d79a735a4d1..90e11c65a787567c05038fe653f0708e6ef47c3b 100644 (file)
@@ -385,21 +385,21 @@ pr = progs-readme
 check: check-README check-duplicate-no-install
 .PHONY: check-README
 check-README:
-       rm -rf $(pr) $(pm)
-       echo $(all_programs) \
+       $(AM_V_GEN)rm -rf $(pr) $(pm)
+       $(AM_V_at)echo $(all_programs) \
         | tr -s ' ' '\n' | sed -e 's,$(EXEEXT)$$,,;s/ginstall/install/' \
         | sed /libstdbuf/d \
         | $(ASSORT) -u > $(pm) && \
        sed -n '/^The programs .* are:/,/^[a-zA-Z]/p' $(top_srcdir)/README \
          | sed -n '/^   */s///p' | tr -s ' ' '\n' > $(pr)
-       diff $(pm) $(pr) && rm -rf $(pr) $(pm)
+       $(AM_V_at)diff $(pm) $(pr) && rm -rf $(pr) $(pm)
 
 # Ensure that a by-default-not-installed program (listed in
 # $(no_install__progs) is not also listed in $(EXTRA_PROGRAMS), because
 # if that were to happen, it *would* be installed by default.
 .PHONY: check-duplicate-no-install
 check-duplicate-no-install: tr
-       test -z "`echo '$(EXTRA_PROGRAMS)'| ./tr ' ' '\n' | uniq -d`"
+       $(AM_V_GEN)test -z "`echo '$(EXTRA_PROGRAMS)'| ./tr ' ' '\n' | uniq -d`"
 
 # Ensure that the list of programs and author names is accurate.
 # We need a UTF8 locale.  If a lack of locale support or a missing