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:
Warner Losh 2022-10-28 15:42:49 -06:00
parent f396f9b6c9
commit c07be2c53e

View File

@ -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= :