[Bug 213446] Configurable verbose build output

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 15 04:44:09 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213446

--- Comment #18 from lightside <lightside at gmx.com> ---
(In reply to comment #16)
> e.g. VERBOSE_VAR= foo:bar, VERBOSE_VAR_foo= MAKE_ARGS, VERBOSE_FLAG_bar= V=1).
or:
VERBOSE_VAR= MAKE_ARGS:first MAKE_ENV:second CMAKE_ARGS:third
first= V=1
second= VERBOSE=yes
third= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON

which may give:
MAKE_ARGS+= V=1
MAKE_ENV+= VERBOSE=yes
CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON

Possible to use default value also (i.e. defined ${VERBOSE_FLAG}), in case of
no ":" usage, I guess.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list