Bug 1304143 - pass --verbose flag to tup when not running 'make -s'; r=chmanchester

MozReview-Commit-ID: DWwxQweCMze

--HG--
extra : rebase_source : eb6ed55c6147ff496f6d15aff037ca276885a171
This commit is contained in:
Mike Shal 2016-09-12 15:09:15 -04:00
parent d374bc442a
commit 90020e6770

View File

@ -173,7 +173,7 @@ endif
.PHONY: tup
tup: install-manifests buildid.h
@$(TUP)
@$(TUP) $(if $(findstring s,$(filter-out --%,$(MAKEFLAGS))),,--verbose)
# process_install_manifest needs to be invoked with --no-remove when building
# js as standalone because automated builds are building nspr separately and