2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 23:52:20 +00:00
* make1.c (make1): Do not process any stacked targets when interrupted.


[SVN r15650]
This commit is contained in:
Vladimir Prus
2002-10-02 15:11:36 +00:00
parent 9029c81fce
commit bb77bf428a

View File

@@ -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: