build: Make silent builds actually quiet.

This commit is contained in:
Rémi Bernon 2020-11-05 08:55:56 +01:00 committed by Andrew Eikum
parent 5b406be13e
commit bdb6a31e8c
5 changed files with 24 additions and 15 deletions

View file

@ -12,7 +12,7 @@ $$(OBJ)/.$(1)-configure$(3): $$($(2)_SRC)/configure.ac
rm -rf "$$($(2)_OBJ$(3))/config.cache"
cd "$$($(2)_OBJ$(3))" && env $$($(2)_ENV$(3)) \
$$($(2)_SRC)/configure -C \
$$($(2)_SRC)/configure $(--quiet?) -C \
--prefix="$$($(2)_DST$(3))" \
--libdir="$$($(2)_DST$(3))/lib$(subst 32,,$(3))" \
$$($(2)_ENV$(3)) \