2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Boost Jam code cleanup - minor stylistic make1.c module changes.

[SVN r79088]
This commit is contained in:
Jurko Gospodnetić
2012-06-25 16:34:57 +00:00
parent 2800597995
commit d101dfff56

View File

@@ -290,7 +290,8 @@ static void make1a( state * pState )
}
/* If the target has been previously updated with -n in effect, and we are
* now ignoring -n, update it for real.
* now ignoring -n, update it for real. E.g. if the UPDATE_NOW rule was
* called for it twice - first with the -n option and then without.
*/
if ( !globs.noexec && t->progress == T_MAKE_NOEXEC_DONE )
t->progress = T_MAKE_INIT;
@@ -1159,7 +1160,7 @@ static LIST * make1list( LIST * l, TARGETS * targets, int flags )
( t->fate <= T_FATE_STABLE ) )
continue;
}
else if ( flags & RULE_EXISTING )
else if ( flags & RULE_EXISTING )
{
if ( t->binding != T_BIND_EXISTS )
continue;