Lines Matching full:jobs

62 TESTS+=		cmd-errors-jobs
146 TESTS+= deptgt-end-jobs
164 TESTS+= deptgt-silent-jobs
227 TESTS+= jobs-empty-commands
228 TESTS+= jobs-empty-commands-error
229 TESTS+= jobs-error-indirect
230 TESTS+= jobs-error-nested
231 TESTS+= jobs-error-nested-make
250 TESTS+= opt-debug-errors-jobs
257 TESTS+= opt-debug-jobs
274 TESTS+= opt-jobs
275 TESTS+= opt-jobs-internal
276 TESTS+= opt-jobs-no-action
289 TESTS+= opt-touch-jobs
308 TESTS+= sh-jobs
309 TESTS+= sh-jobs-error
422 TESTS+= varname-dot-make-jobs
423 TESTS+= varname-dot-make-jobs-prefix
460 TESTS+= varname-make_print_var_on_error-jobs
477 deptgt-silent-jobs \
487 opt-jobs-no-action \
574 FLAGS.jobs-error-indirect= # none, especially not -k
575 FLAGS.jobs-error-nested= # none, especially not -k
576 FLAGS.jobs-error-nested-make= # none, especially not -k
617 SED_CMDS.opt-debug-jobs= -e 's,([0-9][0-9]*),(<pid>),'
618 SED_CMDS.opt-debug-jobs+= -e 's,pid [0-9][0-9]*,pid <pid>,'
619 SED_CMDS.opt-debug-jobs+= -e 's,Process [0-9][0-9]*,Process <pid>,'
620 SED_CMDS.opt-debug-jobs+= -e 's,JobFinish: [0-9][0-9]*,JobFinish: <pid>,'
621 SED_CMDS.opt-debug-jobs+= -e 's,Command: ${.SHELL:T},Command: <shell>,'
622 # The "-q" may be there or not, see jobs.c, variable shells.
623 SED_CMDS.opt-debug-jobs+= -e 's,^\(.Command: <shell>\) -q,\1,'
625 SED_CMDS.opt-jobs-no-action= ${STD_SED_CMDS.hide-from-output}
685 STD_SED_CMDS.dg1+= -e 's,^\(\.MAKE\.JOBS\.C *=\) .*,\1 <details omitted>,'
860 SED_CMDS.opt-debug-jobs+= -e 's,Command: ksh -v,Command: <shell>,'
861 SED_CMDS.opt-debug-jobs+= -e 's,Command: <shell> -v,Command: <shell>,'