Date: Sat, 15 Oct 2016 03:23:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213446] Configurable verbose build output Message-ID: <bug-213446-13-lowKvRjSYX@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 lightside <lightside@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175772| |maintainer-approval?(portmg Flags| |r@FreeBSD.org) --- Comment #15 from lightside <lightside@gmx.com> --- Created attachment 175772 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175772&action= =3Dedit Proposed Mk/Uses/verbose.mk file As I said in comment #14, there is a possibility to create Mk/Uses/verbose.= mk file, which provides support for verbose build output, with ability to disa= ble this feature (by using mentioned NO_VERBOSE_BUILD define), when needed. I attached some variant of it. Some examples of usage: 1) USES+=3D verbose -8<-- % make -V MAKE_ARGS -V=3D1 ... -->8- 2) USES+=3D verbose:env -8<-- % make -V MAKE_ENV -V=3D1 ... -->8- 3) USES+=3D verbose:env,var -8<-- % make -V MAKE_ARGS -V MAKE_ENV -V=3D1 ... -V=3D1 ... -->8- 4) USES+=3D verbose:env VERBOSE_FLAG=3D BUILD_VERBOSE=3D1 -8<-- % make -V MAKE_ENV BUILD_VERBOSE=3D1 ... -->8- 5) USES+=3D verbose VERBOSE_VAR=3D FOO BAR -8<-- % make -V FOO -V BAR -V=3D1 -V=3D1 -->8- 6) USES+=3D verbose:env,var VERBOSE_VAR=3D FOO VERBOSE_FLAG=3D verbose=3Dyes -8<-- % make -V FOO -V MAKE_ENV verbose=3Dyes verbose=3Dyes ... -->8- 7) USES+=3D verbose VERBOSE_VAR=3D CMAKE_ARGS VERBOSE_FLAG=3D -DCMAKE_VERBOSE_MAKEFILE:BOOL=3DON -8<-- % make -V CMAKE_ARGS -DCMAKE_VERBOSE_MAKEFILE:BOOL=3DON % make NO_VERBOSE_BUILD=3Dyes -V CMAKE_ARGS -->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-lowKvRjSYX>