mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
make: Don't print as many ==> and -- xxx -- lines in meta mode
Since metamode just announces what it's doing, the extra -- xxx -- lines aren't needed for recursive descent, nor are the ==> lines needed. This speeds up rebuilding kernels a lot... Sponsored by: Netflix Reviewed by: sjg, bdrewery Differential Revision: https://reviews.freebsd.org/D37071
This commit is contained in:
parent
f396f9b6c9
commit
c07be2c53e
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ STANDALONE_SUBDIR_TARGETS+= realinstall
|
|||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
.if ${MK_META_MODE} == "yes"
|
||||
.MAKE.JOB.PREFIX=
|
||||
ECHODIR= :
|
||||
.endif
|
||||
|
||||
.if make(print-dir)
|
||||
NEED_SUBDIR= 1
|
||||
ECHODIR= :
|
||||
|
|
|
|||
Loading…
Reference in a new issue