[Bug 213446] Configurable verbose build output

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 15 11:19:50 UTC 2016


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

--- Comment #19 from lightside <lightside at gmx.com> ---
Other possible variable variants, instead of NO_VERBOSE_BUILD:
NO_VERBOSE, LESS_VERBOSE, VERBOSE_LESS, VERBOSE_SILENT, etc.

-8<--
# cd /usr/ports/ports-mgmt/pkg
# make extract
# cd work/pkg-1.8.7
# ./configure --help | grep silent-rules
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
-->8-

-8<--
% cmake --help-full | grep -h8 CMAKE_VERBOSE_MAKEFILE | tail -9
CMAKE_VERBOSE_MAKEFILE
----------------------

Enable verbose output from Makefile builds.

This variable is a cache entry initialized (to ``FALSE``) by
the ``project()`` command.  Users may enable the option
in their local build tree to get more verbose output from
Makefile builds and show each command line as it is launched.
-->8-

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


More information about the freebsd-ports-bugs mailing list