[Bug 213446] Configurable verbose build output

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 13 14:52:44 UTC 2016


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

Jan Beich (mail not working) <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at FreeBSD.org

--- Comment #5 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Any build that chains make/gmake supports

  $ make -s

ninja/waf may need a hack e.g.,

  -MAKE_ARGS+=  -v
  +MAKE_ARGS+=  ${ECHO:Ntrue:S/echo/-v/}

(In reply to Dmitry Marakasov from comment #2)
> This was already discussed. We specifically want unconditional verbose builds.

Maybe provide a link, so it doesn't look like closed doors decision. I only
remember a recurrent idea on ports@ list.

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


More information about the freebsd-ports-bugs mailing list