[Asterisk-code-review] Build System: Silence build of bundled jansson. (asterisk[16])

Corey Farrell asteriskteam at digium.com
Wed Jul 25 07:34:25 CDT 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/9667


Change subject: Build System: Silence build of bundled jansson.
......................................................................

Build System: Silence build of bundled jansson.

Change-Id: I7392c79c0173057f5378010bf1fe65e300e8fc56
---
M third-party/jansson/Makefile
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/9667/1

diff --git a/third-party/jansson/Makefile b/third-party/jansson/Makefile
index 2d9ef53..2585350 100644
--- a/third-party/jansson/Makefile
+++ b/third-party/jansson/Makefile
@@ -54,8 +54,8 @@
 
 dest/include/jansson.h: source/config.status
 	$(ECHO_PREFIX) Building bundled jansson.
-	$(CMD_PREFIX) (cd source; make)
-	$(CMD_PREFIX) (cd source; make install)
+	$(CMD_PREFIX) (cd source; make $(REALLY_QUIET))
+	$(CMD_PREFIX) (cd source; make install $(REALLY_QUIET))
 
 .DELETE_ON_ERROR:
 

-- 
To view, visit https://gerrit.asterisk.org/9667
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7392c79c0173057f5378010bf1fe65e300e8fc56
Gerrit-Change-Number: 9667
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180725/9be71d15/attachment.html>


More information about the asterisk-code-review mailing list