Searched refs:MK_META_MODE (Results 1 - 10 of 10) sorted by last modified time

/freebsd-13-stable/share/mk/
H A Dsys.mk54 # Disable MK_META_MODE with make -B
55 .if ${MK_META_MODE} == "yes" && defined(.MAKEFLAGS) && ${.MAKEFLAGS:M-B}
56 MK_META_MODE= no macro
61 .elif ${MK_META_MODE} == "yes"
H A Dsrc.sys.env.mk68 MK_META_MODE= no macro
69 .export MK_META_MODE
H A Dlocal.sys.mk3 .if ${MK_DIRDEPS_BUILD} == "yes" || ${MK_META_MODE} == "yes"
7 .if ${MK_DIRDEPS_BUILD} == "no" && ${MK_META_MODE} == "yes"
H A Dbsd.init.mk84 .if ${MK_META_MODE} == "yes"
93 .endif # ${MK_META_MODE} == "yes"
H A Dbsd.dep.mk57 .if ${MK_META_MODE} == "yes"
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.mk85 MK_META_MODE = yes macro
87 .elif ${MK_META_MODE:Uno} == "yes"
H A Down.mk257 .if ${MK_META_MODE:Uno} == "yes"
/freebsd-13-stable/
H A DMakefile.inc1468 .if ${MK_META_MODE} == "yes"
702 .if ${MK_META_MODE} != "no"
848 .if ${MK_META_MODE} == "yes" && ${MK_CLEAN} == "no" && \
880 .endif # ${MK_META_MODE} == "yes" && ${MK_CLEAN} == "no" ...
3432 .if ${MK_META_MODE} != "no"
H A DMakefile.libcompat19 .if ${MK_META_MODE} != "no"
H A DMakefile264 .if defined(MK_META_MODE) && ${MK_META_MODE} == "yes"
275 _MAKE+= MK_META_MODE=no
276 MK_META_MODE= no macro
283 .if ${MK_META_MODE} == "yes"
290 .endif # ${MK_META_MODE} == yes
291 .endif # defined(MK_META_MODE) && ${MK_META_MODE} == yes
407 ${_+_}@cd ${.CURDIR}; ${_MAKE} installworld MK_META_MODE=no

Completed in 90 milliseconds