diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-03-28 23:24:05 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-03-28 23:26:55 -0500 |
commit | 0db89bcabfb4e207bed95b4a14685391311eaa3e (patch) | |
tree | 3ffc1090a59cc30411e583c250647b8132c03bf5 /solenv/gbuild/gbuild.mk | |
parent | 67d1fd3b627a2223034d8f0cedad6bfb7774095a (diff) |
make gbuild a bit more quiet by default
On a regular build, gbuild print over and over
the 'loaded modules' which is a long landry list
that serve little purpsose but to make it hard
to read the output
If you _really_ want to still see that use verbose=t
Change-Id: I0950f471b68e84c0cbd2c0afd2721394f70da398
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 48439f3762ba..756b845dd209 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -78,6 +78,8 @@ COMMA :=, CLOSE_PAREN :=) +gb_VERBOSE := $(verbose)$(VERBOSE) + include $(GBUILDDIR)/Helper.mk # optional extensions that should never be essential |