Skip to content
Snippets Groups Projects
Commit 8f479b1b authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

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

parents 15b58f87 2f275f84
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment