mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
AUTO_OBJ: Hide 'creating dirs' output with 'make -s'.
Reported by: garga Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
8161a35259
commit
e1b7ce1fa0
1 changed files with 4 additions and 0 deletions
|
|
@ -44,4 +44,8 @@ TIME_STAMP_END?= ${TIME_STAMP_DATE}
|
|||
# error spam and show a proper error.
|
||||
Mkdirs= Mkdirs() { mkdir -p $$* || :; }
|
||||
|
||||
.if !empty(.MAKEFLAGS:M-s)
|
||||
ECHO_TRACE?= true
|
||||
.endif
|
||||
|
||||
.include "src.sys.env.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue