Lines Matching full:jobs
49 TESTS+= cmd-errors-jobs
134 TESTS+= deptgt-end-jobs
212 TESTS+= jobs-empty-commands
213 TESTS+= jobs-empty-commands-error
214 TESTS+= jobs-error-indirect
215 TESTS+= jobs-error-nested
216 TESTS+= jobs-error-nested-make
236 TESTS+= opt-debug-errors-jobs
243 #TESTS+= opt-debug-jobs
260 TESTS+= opt-jobs
261 TESTS+= opt-jobs-internal
262 TESTS+= opt-jobs-no-action
274 TESTS+= opt-touch-jobs
293 TESTS+= sh-jobs
294 TESTS+= sh-jobs-error
403 TESTS+= varname-dot-make-jobs
404 TESTS+= varname-dot-make-jobs-prefix
433 TESTS+= varname-make_print_var_on_error-jobs
520 FLAGS.jobs-error-indirect= # none, especially not -k
521 FLAGS.jobs-error-nested= # none, especially not -k
522 FLAGS.jobs-error-nested-make= # none, especially not -k
552 SED_CMDS.opt-debug-jobs= -e 's,([0-9][0-9]*),(<pid>),'
553 SED_CMDS.opt-debug-jobs+= -e 's,pid [0-9][0-9]*,pid <pid>,'
554 SED_CMDS.opt-debug-jobs+= -e 's,Process [0-9][0-9]*,Process <pid>,'
555 SED_CMDS.opt-debug-jobs+= -e 's,JobFinish: [0-9][0-9]*,JobFinish: <pid>,'
556 SED_CMDS.opt-debug-jobs+= -e 's,Command: ${.SHELL:T},Command: <shell>,'
557 # The "-q" may be there or not, see jobs.c, variable shells.
558 SED_CMDS.opt-debug-jobs+= -e 's,^\(.Command: <shell>\) -q,\1,'
560 SED_CMDS.opt-jobs-no-action= ${STD_SED_CMDS.hide-from-output}