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

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
opt-ignore.exp 0 dependency 1
3 dependency 2
5 dependency 3
opt-keep-going.mk 7 # Until 2020-12-07, if a dependency of the main target failed, the exit
14 all: dependency other
16 dependency: target
17 @echo dependency 1
19 @echo dependency 2
21 @echo dependency 3
depsrc-nometa.mk 3 # Tests for the special source .NOMETA in dependency declarations.
depsrc-nometa_cmp.mk 3 # Tests for the special source .NOMETA_CMP in dependency declarations.
deptgt-no_parallel.mk 3 # Tests for the special target .NO_PARALLEL in dependency declarations.
deptgt-nopath.mk 3 # Tests for the special target .NOPATH in dependency declarations.
deptgt-objdir.mk 3 # Tests for the special target .OBJDIR in dependency declarations.
deptgt-path.mk 3 # Tests for the special target .PATH in dependency declarations.
deptgt-precious.mk 3 # Tests for the special target .PRECIOUS in dependency declarations.
deptgt-shell.mk 3 # Tests for the special target .SHELL in dependency declarations.
deptgt-stale.mk 3 # Tests for the special target .STALE in dependency declarations.
opt-ignore.mk 16 all: dependency other
18 dependency: target
19 @echo dependency 1
21 @echo dependency 2
23 @echo dependency 3
deptgt-order.mk 3 # Tests for the special target .ORDER in dependency declarations.
12 # This .ORDER creates a circular dependency since 'three' depends on 'one'
18 # XXX: The circular dependency should be detected here.
varfind.exp 1 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
9 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
opt-keep-going.exp 0 dependency 1
deptgt-begin-fail-indirect.mk 3 # Test for a .BEGIN target whose dependency results in an error.
6 # Between 2005-05-08 and 2020-11-24, a failing dependency of the .BEGIN node
deptgt-default.mk 3 # Tests for the special target .DEFAULT in dependency declarations, which
14 .DEFAULT: dependency-is-ignored
opt-debug-graph3.mk 19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
dep.mk 3 # Tests for dependency declarations, such as "target: sources".
7 # As soon as a target is defined using one of the dependency operators, it is
8 # restricted to this dependency operator and cannot use the others anymore.
19 # Before parse.c 1.158 from 2009-10-07, the parser broke dependency lines at
21 # first ';' as the separator between the dependency and its commands, and the
dep-double-colon.mk 3 # Tests for the '::' operator in dependency declarations, which allows
4 # several dependency groups for a single node, each having its own attributes
5 # and dependencies. In the code, the additional dependency groups are called
depsrc-notmain.mk 3 # Tests for the special source .NOTMAIN in dependency declarations,
depsrc-usebefore-double-colon.mk 3 # Tests for the special source .USEBEFORE in dependency declarations,
4 # combined with the double-colon dependency operator.
8 # The dependency operator :: allows commands to be added later to the same
13 # This command is ignored, which kind of makes sense since this dependency
depsrc.exp 1 : 'Undefined variables are expanded directly in the dependency'
depsrc.mk 4 # uppercase letters) in dependency declarations, such as '.PHONY'.
10 # Demonstrate when exactly undefined variables are expanded in a dependency
18 : 'Undefined variables are expanded directly in the dependency'
23 : 'Undefined variables are tried to be expanded in a dependency'
deptgt-interrupt.mk 3 # Tests for the special target .INTERRUPT in dependency declarations, which

Completed in 24 milliseconds

1 2 3 4 5