[Asterisk-code-review] Makefile: Suppress echoing of target 'config' again. (asterisk[11.23])

Alexander Traud asteriskteam at digium.com
Mon Jul 18 04:51:52 CDT 2016


Alexander Traud has uploaded a new change for review.

  https://gerrit.asterisk.org/3220

Change subject: Makefile: Suppress echoing of target 'config' again.
......................................................................

Makefile: Suppress echoing of target 'config' again.

ASTERISK-26038 #close

Change-Id: I5746cf639f3fdc6332e8a97cf01f979e30bf403f
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/3220/1

diff --git a/Makefile b/Makefile
index 5b1b41b..45a6df2 100644
--- a/Makefile
+++ b/Makefile
@@ -782,7 +782,7 @@
 	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 \
 		cat contrib/init.d/rc.redhat.asterisk | sed 's|__ASTERISK_ETC_DIR__|$(ASTETCDIR)|;s|__ASTERISK_SBIN_DIR__|$(ASTSBINDIR)|;s|__ASTERISK_VARRUN_DIR__|$(ASTVARRUNDIR)|;' > contrib/init.d/rc.asterisk.tmp ; \
 		$(INSTALL) -m 755 contrib/init.d/rc.asterisk.tmp "$(DESTDIR)/etc/rc.d/init.d/asterisk" ; \
 		rm -f contrib/init.d/rc.asterisk.tmp ; \

-- 
To view, visit https://gerrit.asterisk.org/3220
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5746cf639f3fdc6332e8a97cf01f979e30bf403f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11.23
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>



More information about the asterisk-code-review mailing list