]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~108~
authorRoland McGrath <roland@redhat.com>
Fri, 17 Sep 1993 04:37:54 +0000 (04:37 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 17 Sep 1993 04:37:54 +0000 (04:37 +0000)
job.c

diff --git a/job.c b/job.c
index 61720536353744e9ca99e62f09a534b17e503b2c..9abf4df1165aa2824def4ab9f4b60b1ce029d2e3 100644 (file)
--- a/job.c
+++ b/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 != '+')