Date: Sat, 15 Oct 2016 04:44:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213446] Configurable verbose build output Message-ID: <bug-213446-13-DTXRF0jPAV@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 #18 from lightside <lightside@gmx.com> --- (In reply to comment #16) > e.g. VERBOSE_VAR=3D foo:bar, VERBOSE_VAR_foo=3D MAKE_ARGS, VERBOSE_FLAG_b= ar=3D V=3D1). or: VERBOSE_VAR=3D MAKE_ARGS:first MAKE_ENV:second CMAKE_ARGS:third first=3D V=3D1 second=3D VERBOSE=3Dyes third=3D -DCMAKE_VERBOSE_MAKEFILE:BOOL=3DON which may give: MAKE_ARGS+=3D V=3D1 MAKE_ENV+=3D VERBOSE=3Dyes CMAKE_ARGS+=3D -DCMAKE_VERBOSE_MAKEFILE:BOOL=3DON Possible to use default value also (i.e. defined ${VERBOSE_FLAG}), in case = of no ":" usage, I guess. --=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-DTXRF0jPAV>