mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 22:45:27 +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;
|
||||
else if (*p == '-')
|
||||
child->noerror = 1;
|
||||
else if (*p == '+')
|
||||
recursive = 1;
|
||||
else if (!isblank (*p))
|
||||
else if (!isblank (*p) && *p != '+')
|
||||
break;
|
||||
++p;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue