Date: Sat, 15 Oct 2016 11:19:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213446] Configurable verbose build output Message-ID: <bug-213446-13-tgYfNuFMbu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213446-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213446-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213446 --- Comment #19 from lightside <lightside@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=3D1") --disable-silent-rules verbose build output (undo: "make V=3D0") -->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- --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213446-13-tgYfNuFMbu>