Home
last modified time | relevance | path

Searched refs:MK_AUTO_OBJ (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/
H A DMakefile.sys.inc7 # MK_AUTO_OBJ.
15 # then it is ran with MK_AUTO_OBJ=no in environment.
16 # 'showconfig' is in the list to avoid forcing MK_AUTO_OBJ=no for it.
24 # above. MK_AUTO_OBJ not checked here for "yes" as it may not yet be enabled
33 _MAKEARGS+= MK_AUTO_OBJ=no
34 MK_AUTO_OBJ= no
39 .MAKEOVERRIDES+= MK_AUTO_OBJ
H A DMakefile244 _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH:Q} ${MAKE} MK_AUTO_OBJ=no \
H A DMakefile244 _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH:Q} ${MAKE} MK_AUTO_OBJ=no \
H A DMakefile.inc1499 .if defined(NO_OBJWALK) || ${MK_AUTO_OBJ} == "yes"
622 -m ${.CURDIR}/share/mk MK_AUTO_OBJ=no -V CPUTYPE
3735 .if make(cleanworld) && ${MK_AUTO_OBJ} == "no" && \
/freebsd/share/mk/
H A Dbsd.crunchgen.mk43 CRUNCHARGS+= MK_AUTO_OBJ=no
44 CRUNCH_BUILDOPTS+= MK_AUTO_OBJ=${MK_AUTO_OBJ}
123 MK_AUTO_OBJ=${MK_AUTO_OBJ} \
150 if [ "${MK_AUTO_OBJ}" = "no" ]; then \
161 .if ${MK_AUTO_OBJ} == "no"
H A Dbsd.obj.mk49 .if ${MK_AUTO_OBJ} == "yes"
168 (${MK_AUTO_OBJ} == "no" || ${.TARGETS:Nclean*:N*clean:Ndestroy*} == "")
192 .if ${MK_AUTO_OBJ} == "yes"
H A Dbsd.subdir.mk38 .if ${MK_AUTO_OBJ} == "no"
74 .if ${MK_AUTO_OBJ} == "yes" && !target(obj)
H A Dauto.obj.mk39 .if ${MK_AUTO_OBJ:Uno} == "yes"
H A Dsys.dirdeps.mk26 MK_AUTO_OBJ ?= yes
H A Dsys.mk99 .if ${MK_AUTO_OBJ} == "yes"
H A Dbsd.dep.mk366 .if ${MK_AUTO_OBJ} == "yes"
/freebsd/tools/test/stress2/
H A DMakefile2 MK_AUTO_OBJ= no macro
/freebsd/tools/test/stress2/lib/
H A DMakefile4 MK_AUTO_OBJ= no macro
/freebsd/tools/build/options/
H A Dmakeman46 ALL_TARGETS=$(echo $(${make} targets MK_AUTO_OBJ=no | tail -n +2))
299 env_only_options="$(${make} MK_AUTO_OBJ=no -V __ENV_ONLY_OPTIONS)"
/freebsd/contrib/bmake/mk/
H A Dauto.obj.mk39 .if ${MK_AUTO_OBJ:Uno} == "yes"
H A Dobj.mk51 .if ${MK_AUTO_OBJ} == "yes"
H A Dsys.mk120 .if ${MK_AUTO_OBJ:Uno} == "yes" || ${MKOBJDIRS:Uno} == "auto"
H A Dsys.dirdeps.mk26 MK_AUTO_OBJ ?= yes
H A Down.mk230 MK_AUTO_OBJ= no
H A Dmk-files.txt330 tree. If ``MK_AUTO_OBJ`` is set we include auto.obj.mk_.
333 ``MK_AUTO_OBJ=yes`` and include auto.obj.mk_ since it is best done early.
/freebsd/usr.bin/bmake/
H A DMakefile177 .if make(test) && ${MK_AUTO_OBJ} == "yes"
/freebsd/contrib/bmake/
H A DMakefile251 .if make(test) && ${MK_AUTO_OBJ} == "yes"
/freebsd/sys/conf/
H A Dkern.pre.mk30 .if defined(NO_OBJWALK) || ${MK_AUTO_OBJ} == "yes"
H A Dkern.post.mk113 -u MK_AUTO_OBJ \
/freebsd/tools/tools/nanobsd/embedded/
H A Dcommon634 NANO_TMPPATH=$(cd ${NANO_SRC}; ${NANO_MAKE} MK_AUTO_OBJ=no TARGET=${NANO_TARGET} TARGET_ARCH=${NANO…

12