Merge "Build System: Silence build of bundled jansson."

This commit is contained in:
George Joseph 2018-07-25 13:59:22 -05:00 committed by Gerrit Code Review
commit 8f479b1b40

View file

@ -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: