Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:The

3 # Tests for the special target .END in dependency declarations,
4 # which is run after making the desired targets.
12 # Oops: The deferred command must not be expanded twice.
13 # The Var_Subst in Compat_RunCommand looks suspicious.
14 # The Var_Subst in JobSaveCommand looks suspicious.
21 # The .END node can define dependencies, just like a regular target.
32 # Oops: The deferred command must not be expanded twice.
33 # The Var_Subst in Compat_RunCommand looks suspicious.
34 # The Var_Subst in JobSaveCommand looks suspicious.
36 # The deferred commands are run in the order '.END .BEGIN all'.
37 # This may be unexpected at first since the natural order would be
40 # At the point where the commands of a node with deferred commands are run,
41 # the deferred commands are appended to the commands of the .END node.
42 # This happens in Compat_RunCommand, and to prevent an endless loop, the
43 # deferred commands of the .END node itself are not appended to itself.
44 # Instead, the deferred commands of the .END node are run as if they were