Lines Matching +full:python +full:- +full:dev
3 # @(#) Copyright (c) 2010-2023, Simon J. Gerraty
5 # SPDX-License-Identifier: BSD-2-Clause
7 # Please send copies of changes and bug-fixes to:
17 .-include <local.meta.sys.env.mk>
26 .if empty(.MAKEFLAGS:M-s)
42 _filemon := ${.MAKE.PATH_FILEMON:U/dev/filemon}
72 .if defined(PYTHON) && exists(${PYTHON})
73 # we prefer the python version of this - it is much faster
99 meta_error_log = ${ERROR_LOGDIR}/meta-${.MAKE.PID}.log
104 @${NEWLOG_SH} -d -S -n ${ERROR_LOG_GENS:U4} ${ERROR_LOGDIR}
110 # elsewhere per the message below or a sub-make may just exit 6.
112 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
114 grep -q 'failure has been detected in another branch' ${.ERROR_META_FILE} && exit 0; \
115 mkdir -p ${meta_error_log:H}; \
127 # re-running needlessly
132 # some targets involve old pre-built targets
143 .if ${.MAKEFLAGS:Uno:M-k} != ""
145 .warning Setting UPDATE_DEPENDFILE=NO due to -k
156 # some targets need to be .PHONY in non-meta mode
162 .-include <local.meta.sys.mk>