HomeSort by: relevance | last modified time | path
    Searched defs:jobs (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-silent-jobs.mk 1 # $NetBSD: deptgt-silent-jobs.mk,v 1.3 2022/04/15 09:33:20 rillig Exp $
9 # handling were output in jobs mode, even when the global '.SILENT'
15 all: compat jobs
16 .PHONY: all compat jobs test
30 # expect: jobs: testing 1
31 # expect: jobs: testing 2
32 # expect: jobs: testing 3
33 jobs: target
34 @${MAKE} -r -f ${MAKEFILE} test VARIANT=jobs -j1
sh-flags.mk 19 opt-jobs.yes= -j1
34 letter.jobs.yes= j
42 .for opt-jobs in no yes
53 target+= ${letter.jobs.${opt-jobs}:U_}
63 MAKE_CMD.${target}+= ${opt-jobs.${opt-jobs}}
Makefile 64 TESTS+= cmd-errors-jobs
148 TESTS+= deptgt-end-jobs
166 TESTS+= deptgt-silent-jobs
230 TESTS+= jobs-empty-commands
231 TESTS+= jobs-empty-commands-error
232 TESTS+= jobs-error-indirect
233 TESTS+= jobs-error-nested
234 TESTS+= jobs-error-nested-make
254 TESTS+= opt-debug-errors-jobs
261 TESTS+= opt-debug-jobs
    [all...]
  /src/bin/sh/
Makefile 8 expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c \
95 COPTS.jobs.c = -Wno-format-nonliteral
  /src/libexec/makewhatis/
makewhatis.c 132 int rv, jobs, status; local in function:main
139 jobs = 0;
223 jobs++;
233 while (jobs > 0) {
237 jobs--;

Completed in 12 milliseconds