From 9da2af345bbc3848d181319a77b830c77034ae1e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 29 Dec 2012 14:32:45 +0000 Subject: build system: Enable "silent rules" (see Automake manual) git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/Makefile.am') diff --git a/Build/source/utils/Makefile.am b/Build/source/utils/Makefile.am index b94b75b4015..6722cf7cd91 100644 --- a/Build/source/utils/Makefile.am +++ b/Build/source/utils/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/ ## -## Copyright (C) 2009 Peter Breitenlohner +## Copyright (C) 2009, 2012 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## ## Use 'aclocal --force' (for "computed m4_sinclude") @@ -10,6 +10,11 @@ ACLOCAL_AMFLAGS = -I ../m4 --force SUBDIRS = . $(SUBUTILS) DIST_SUBDIRS = $(DIST_SUBUTILS) +cf_silent = $(cf_silent_@AM_V@) +cf_silent_ = $(cf_silent_@AM_DEFAULT_V@) +cf_silent_0 = --silent +cf_silent_1 = + # just in case a subdirectory has added directories dist-hook: rm -rf `find $(distdir) -name .svn` @@ -43,9 +48,9 @@ subutils: $(CONFIG_AUX) *) skip=' --disable-build';; \ esac; \ (cd $$subutils && echo "=== configuring in $$subutils (`pwd`)" && \ - echo "make: running $(SHELL) $$cmd$$skip" && \ + if $(AM_V_P); then echo "make: running $(SHELL) $$cmd$$skip"; fi && \ CONFIG_SHELL=$(SHELL) && export CONFIG_SHELL && \ - eval $(SHELL) $$cmd$$skip || \ + eval $(SHELL) $$cmd$$skip $(cf_silent) || \ { echo "=== configuring in $$subutils failed"; exit 1; }) && \ if test "x$$skip" = x; then \ echo "Making all in $$subutils" && \ -- cgit v1.2.3