mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-12 08:30:53 +00:00
Formerly job.c.~108~
This commit is contained in:
parent
7b91e889b6
commit
ec2751c045
1 changed files with 2 additions and 0 deletions
2
job.c
2
job.c
|
@ -500,6 +500,8 @@ start_job_command (child)
|
|||
{
|
||||
if (*p == '@')
|
||||
flags |= COMMANDS_SILENT;
|
||||
else if (*p == '+')
|
||||
flags |= COMMANDS_RECURSE;
|
||||
else if (*p == '-')
|
||||
child->noerror = 1;
|
||||
else if (!isblank (*p) && *p != '+')
|
||||
|
|
Loading…
Reference in a new issue