FreeBSD Bugzilla – Attachment 178899 Details for
Bug 213446
Configurable verbose build output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
The custom.bsd.port.mk file to use for BSDPORTMK variable
custom.bsd.port.mk (text/plain), 1.08 KB, created by
lightside
on 2017-01-15 02:43:53 UTC
(
hide
)
Description:
The custom.bsd.port.mk file to use for BSDPORTMK variable
Filename:
MIME Type:
Creator:
lightside
Created:
2017-01-15 02:43:53 UTC
Size:
1.08 KB
patch
obsolete
>.include "${PORTSDIR}/Mk/bsd.port.mk" > >.ifndef ALLOW_VERBOSE > >.if !defined(_SET_LATE_CONFIGURE_ARGS_CHANGED) && defined(GNU_CONFIGURE) && defined(SET_LATE_CONFIGURE_ARGS) >_SET_LATE_CONFIGURE_ARGS_CHANGED= yes >SET_LATE_CONFIGURE_ARGS+= \ > if [ ! -z "`${CONFIGURE_CMD} --help 2>&1 | ${GREP} -- '--enable-silent-rules'`" ]; then \ > _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --enable-silent-rules" ; fi ; >.endif > >.if !defined(_CMAKE_ARGS_CHANGED) && defined(_INCLUDE_USES_CMAKE_MK) && defined(CMAKE_ARGS) >_CMAKE_ARGS_CHANGED= yes >CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF >.endif > >.if !defined(_NINJA_MAKE_ARGS_CHANGED) && defined(_INCLUDE_USES_NINJA_MK) && defined(MAKE_ARGS) >_NINJA_MAKE_ARGS_CHANGED= yes >MAKE_ARGS:= ${MAKE_ARGS:N-v} >.endif > >.if !defined(_WAF_MAKE_ARGS_CHANGED) && defined(_INCLUDE_USES_WAF_MK) && defined(MAKE_ARGS) >_WAF_MAKE_ARGS_CHANGED= yes >MAKE_ARGS:= ${MAKE_ARGS:N--verbose} >.endif > >.if !defined(_QMAKE_ARGS_CHANGED) && defined(_INCLUDE_USES_QMAKE_MK) && defined(QMAKE_VERBOSE) && defined(QMAKE_ARGS) >_QMAKE_ARGS_CHANGED= yes >QMAKE_ARGS:= ${QMAKE_ARGS:N-d} >.endif > >.endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 213446
:
175704
|
175705
|
175718
|
175728
|
175729
|
175768
|
175772
|
175774
|
175775
|
175812
| 178899 |
180096