From: Corey Farrell Date: Wed, 25 Jul 2018 12:34:54 +0000 (-0400) Subject: Build System: Silence build of bundled jansson. X-Git-Tag: 15.6.0-rc1~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7f00eb5106a5bd66d91f1f9ccca53244d3cf56;p=thirdparty%2Fasterisk.git Build System: Silence build of bundled jansson. Change-Id: I7392c79c0173057f5378010bf1fe65e300e8fc56 --- diff --git a/third-party/jansson/Makefile b/third-party/jansson/Makefile index 2d9ef53d20..25853509bd 100644 --- a/third-party/jansson/Makefile +++ b/third-party/jansson/Makefile @@ -54,8 +54,8 @@ SHELL_ECHO_PREFIX := echo '[jansson] ' 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: