mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 23:52:20 +00:00
Bufgix.
* make1.c (make1): Do not process any stacked targets when interrupted. [SVN r15650]
This commit is contained in:
@@ -208,6 +208,9 @@ make1( TARGET *t )
|
||||
{
|
||||
while((pState = current_state(&state_stack)) != NULL)
|
||||
{
|
||||
if (intr)
|
||||
pop_state(&state_stack);
|
||||
|
||||
switch(pState->curstate)
|
||||
{
|
||||
case T_STATE_MAKE1A:
|
||||
|
||||
Reference in New Issue
Block a user