[BACK]Return to parse.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/parse.c between version 1.129 and 1.130

version 1.129, 2020/01/13 14:07:35 version 1.130, 2020/01/13 14:51:50
Line 739 
Line 739 
                         }                          }
                         break;                          break;
                 case SPECIAL_NOTPARALLEL:                  case SPECIAL_NOTPARALLEL:
                 {                          set_notparallel();
                         extern int  maxJobs;  
   
                         maxJobs = 1;  
                         compatMake = 1;  
                         break;                          break;
                 }  
                 case SPECIAL_ORDER:                  case SPECIAL_ORDER:
                         predecessor = NULL;                          predecessor = NULL;
                         break;                          break;

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130