HomeSort by: relevance | last modified time | path
    Searched refs:runChkTmpl (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
sh-jobs.mk 13 # leading '@', it is run in ignore-errors mode since the default runChkTmpl
32 # See JobWriteCommand, cmdTemplate, runChkTmpl
opt-jobs-no-action.mk 35 errout="\# .runChkTmpl\n""{ %s \n} || exit $$?\n"
46 # - then using the template shell.runChkTmpl.
50 # template shell.runChkTmpl.
  /src/usr.bin/make/
job.c 243 * errOn, errOff and runChkTmpl.
248 * status. Finally runChkTmpl is a printf template for running the command and
285 const char *runChkTmpl; /* template to run a command with error
393 "{ %s \n} || exit $?\n", /* .runChkTmpl */
416 "{ %s \n} || exit $?\n", /* .runChkTmpl */
442 "{ %s \n} || exit $?\n", /* .runChkTmpl */
465 "", /* .runChkTmpl */
1029 * error control but does supply an runChkTmpl template, then
1033 if (!shell->hasErrCtl && shell->runChkTmpl != NULL &&
1034 shell->runChkTmpl[0] != '\0')
    [all...]

Completed in 13 milliseconds