mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
META_MODE: Default to the silent build.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
342863e712
commit
b29980a63f
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ __ENV_ONLY_OPTIONS:= \
|
|||
.elif ${MK_META_MODE} == "yes" && defined(.MAKEFLAGS) && ${.MAKEFLAGS:M-B} == ""
|
||||
# verbose will show .MAKE.META.PREFIX for each target.
|
||||
META_MODE= meta verbose
|
||||
# silent will hide command output if a .meta file is created.
|
||||
.if !defined(NO_SILENT)
|
||||
META_MODE+= silent=yes
|
||||
.endif
|
||||
.if !exists(/dev/filemon)
|
||||
META_MODE+= nofilemon
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue