Home
last modified time | relevance | path

Searched refs:MAKE_JOB_ERROR_TOKEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/targets/pseudo/universe/
H A DMakefile59 MAKE_JOB_ERROR_TOKEN=no
/freebsd/tools/build/make_check/
H A DMakefile5 MAKE_JOB_ERROR_TOKEN=no macro
/freebsd/
H A DMakefile807 MAKE_JOB_ERROR_TOKEN= no macro
808 .export MAKE_JOB_ERROR_TOKEN
/freebsd/contrib/bmake/
H A Djob.c273 #define MAKE_JOB_ERROR_TOKEN "${MAKE_JOB_ERROR_TOKEN:U}" macro
2263 Job_error_token = GetBooleanExpr(MAKE_JOB_ERROR_TOKEN, Job_error_token); in Job_Init()