summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-30 12:22:11 +0200
committerJim Meyering <meyering@redhat.com>2009-08-30 12:22:30 +0200
commit12a104b45e6bd90c81836977beb7457e7bb1cf28 (patch)
tree6d95fdea7808d06a8f23a00474eb6afd868422cb /src
parente3ccc324d32f41727cf9b26ce50330e1f24a1385 (diff)
downloadcoreutils-12a104b45e6bd90c81836977beb7457e7bb1cf28.tar.xz
build: quiet "make check" in src/
* src/Makefile.am (check-duplicate-no-install): Use $(AM_V_GEN). (check-README): Likewise. And $(AM_V_at).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a03c16eca..90e11c65a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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