From: Alexander Traud Date: Mon, 18 Jul 2016 09:14:59 +0000 (+0200) Subject: Makefile: Suppress echoing of target 'config' again. X-Git-Tag: 14.0.0-beta1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6428580e7fd2b070e0d3e0b18ba884d4ab13195c;p=thirdparty%2Fasterisk.git Makefile: Suppress echoing of target 'config' again. ASTERISK-26038 #close Change-Id: I5746cf639f3fdc6332e8a97cf01f979e30bf403f --- diff --git a/Makefile b/Makefile index b988c8ff62..37f70eb0e4 100644 --- a/Makefile +++ b/Makefile @@ -824,7 +824,7 @@ install-logrotate: rm -f contrib/scripts/asterisk.logrotate.tmp config: - if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \ + @if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \ ./build_tools/install_subst contrib/init.d/rc.redhat.asterisk "$(DESTDIR)/etc/rc.d/init.d/asterisk"; \ if [ ! -f "$(DESTDIR)/etc/sysconfig/asterisk" ] ; then \ $(INSTALL) -m 644 contrib/init.d/etc_default_asterisk "$(DESTDIR)/etc/sysconfig/asterisk" ; \