mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly job.c.~82~
This commit is contained in:
parent
e7930bea3a
commit
a1849dfc5f
1 changed files with 1 additions and 3 deletions
4
job.c
4
job.c
|
@ -451,9 +451,7 @@ start_job_command (child)
|
||||||
noprint = 1;
|
noprint = 1;
|
||||||
else if (*p == '-')
|
else if (*p == '-')
|
||||||
child->noerror = 1;
|
child->noerror = 1;
|
||||||
else if (*p == '+')
|
else if (!isblank (*p) && *p != '+')
|
||||||
recursive = 1;
|
|
||||||
else if (!isblank (*p))
|
|
||||||
break;
|
break;
|
||||||
++p;
|
++p;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue