diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-10-28 21:42:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-10-29 16:13:54 +0000 |
| commit | c07be2c53e5ce64a2ce79ddfbc3e12e694a0825a (patch) | |
| tree | 83cc53c61822cc50fd12064a511e0839c15649f7 /share | |
| parent | f396f9b6c96f6d68d4e3606ddb090287230fc565 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.subdir.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index fb686a101322..e45c332a1134 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -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= : |
