[asterisk-commits] Makefile: Suppress echoing of target 'config' again. (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 19 17:59:42 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
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(-)
Approvals:
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
Corey Farrell: Looks good to me, but someone else must approve
diff --git a/Makefile b/Makefile
index 20b7787..befa4c4 100644
--- a/Makefile
+++ b/Makefile
@@ -825,7 +825,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 \
./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" ; \
--
To view, visit https://gerrit.asterisk.org/3217
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5746cf639f3fdc6332e8a97cf01f979e30bf403f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list