[Asterisk-code-review] Build System: Silence build of bundled jansson. (asterisk[master])
George Joseph
asteriskteam at digium.com
Wed Jul 25 13:59:22 CDT 2018
George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/9669 )
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(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved; Approved for Submit
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/9669
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7392c79c0173057f5378010bf1fe65e300e8fc56
Gerrit-Change-Number: 9669
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180725/413404ed/attachment.html>
More information about the asterisk-code-review
mailing list