HomeSort by: relevance | last modified time | path
    Searched refs:targets (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
varname-dot-targets.mk 1 # $NetBSD: varname-dot-targets.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special .TARGETS variable.
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
8 # Just in case anyone tries to compile several special targets in a single
13 # The following lines demonstrate how 'targets' is set and reset during
17 # FinishDependencyGroup at "targets = NULL"
18 # Parse_File at "Lst_Free(targets)"
19 # Parse_File at "targets = Lst_New()"
20 # ParseLine_ShellCommand at "targets == NULL"
23 # parse.c:targets
25 target1 target2: sources # targets := [target1, target2]
26 : command1 # targets == [target1, target2
    [all...]
varname-dot-make-mode.mk 11 all: .PHONY make-mode-randomize-targets
14 # By adding the word "randomize-targets" to the variable .MAKE.MODE, the
15 # targets are not made in declaration order, but rather in random order. This
23 make-mode-randomize-targets: .PHONY
25 @${MAKE} -r -f ${MAKEFILE} randomize-targets
28 @${MAKE} -r -f ${MAKEFILE} -j1 randomize-targets
31 @${MAKE} -r -f ${MAKEFILE} -j5 randomize-targets | grep '^:'
33 .if make(randomize-targets)
34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
39 # the mode after defining the targets
    [all...]
opt-keep-going-multiple.mk 5 # targets, as far as possible.
8 # main targets. Even if the first few targets could not be made, make
varname-dot-alltargets.mk 14 # Since the tests are run with the -r option, no targets are
18 # Only first and second are "real" targets.
19 # The .ALLTARGETS variable is not about targets though, but
opt-debug-making.mk 4 # making targets, including modification dates.
opt-debug-meta.mk 4 # "meta" mode decisions about targets.
deptgt-begin-fail-indirect.mk 4 # This stops make immediately and does not build the main targets.
7 # would not stop make from running the main targets. In the end, the exit
deptgt-delete_on_error.mk 7 # In compatibility mode, regular and phony targets are deleted, but precious
8 # targets are preserved.
10 # In parallel mode, regular targets are deleted, while phony and precious
11 # targets are preserved.
18 TARGETS= ${THIS}-regular ${THIS}-regular-delete
19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
20 TARGETS+= ${THIS}-precious ${THIS}-precious-delete
23 @rm -f ${TARGETS}
25 @-${.MAKE} -f ${MAKEFILE} -k ${TARGETS}
26 @rm -f ${TARGETS}
    [all...]
deptgt-begin-fail.mk 4 # This stops make immediately and does not build the main targets.
sh.mk 3 # Tests for running shell commands from the targets, or from the != variable
jobs-error-nested-make.mk 5 # This marker is typically used for targets like 'all' that descend into
8 # XXX: In case of .MAKE targets, the "stopped if" output has been suppressed
opt-no-action-touch.mk 6 # -t, so instead of being touched, the commands of the targets are printed.
18 # .PHONY targets are not touched since they do not represent actual files.
23 # .JOIN targets are not touched since they do not represent actual files.
28 # .USE targets are not touched since they do not represent actual files.
44 # Since none of the above targets are actually touched, the following command
depsrc-wait.mk 14 # strict ordering in this example, which forces the targets to be made in
31 # There are 3 groups of 3 targets, with .WAIT barriers in between. Each of
36 .MAKE.MODE+= randomize-targets
suff-main-several.mk 11 # At this point, the above targets are normal targets.
21 # Since the targets '.1.2', '.1.3' and '.1.4' have now been turned into
opt-touch-jobs.mk 12 # .PHONY targets are not touched since they do not represent actual files.
17 # .JOIN targets are not touched since they do not represent actual files.
22 # .USE targets are not touched since they do not represent actual files.
deptgt.exp 2 make: deptgt.mk:30: Unassociated shell command ": command3 # parse error, since targets == NULL"
5 Parsing deptgt.mk:37: : command for empty targets list
8 Parsing deptgt.mk:39: : command for empty targets list
23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
dotwait.mk 18 # Within each test, the names of the sub-targets follow these
20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
26 # in which the targets should be made.
28 # Targets may echo ${PARALLEL_TARG} to print a modified version
30 # are converted to ".*". Two targets that are expected to
32 # output is independent of the order in which these targets are made.
deptgt-phony.mk 10 # https://gnats.netbsd.org/15164 describes that .PHONY targets are still
11 # looked up in directories, even though .PHONY means that these targets do
opt-keep-going.mk 5 # targets, as far as possible.
8 # status was nevertheless 0, which was wrong since the main targets could
deptgt-default.mk 4 # attaches its associated commands to all targets that don't specify any way
directive-ifnmake.mk 4 # is _not_ listed in the command-line targets to be created.
  /src/etc/iscsi/
Makefile 13 CONFIGFILES+= auths targets
  /src/sys/dev/ic/
siop_common.c 128 sc->targets[i] = NULL;
260 siop_cmd->siop_tables->id = siop_htoc32(sc, sc->targets[target]->id);
267 (sc->targets[target]->flags & TARF_ISWIDE) == 0)
280 if ((sc->targets[target]->flags & TARF_TAG) == 0) {
296 if (sc->targets[target]->status == TARST_ASYNC) {
297 if ((sc->targets[target]->flags & TARF_DT) &&
299 sc->targets[target]->status = TARST_PPR_NEG;
302 } else if (sc->targets[target]->flags & TARF_WIDE) {
303 sc->targets[target]->status = TARST_WIDE_NEG;
306 } else if (sc->targets[target]->flags & TARF_SYNC)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h 110 // to any of the nodes in 'targets'.
111 bool isReachable(uptr from, const BV &targets) {
122 return targets.intersectsWith(visited);
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) {
132 if (targets.getBit(from))
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path,
148 if (findPath(from, targets, path, p) == p)

Completed in 23 milliseconds

1 2 3 4 5