Skip to content
Snippets Groups Projects
Commit 2f275f84 authored by Corey Farrell's avatar Corey Farrell
Browse files

Build System: Silence build of bundled jansson.

Change-Id: I7392c79c0173057f5378010bf1fe65e300e8fc56
parent ceb199e1
Branches
Tags
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.
Please register or to comment