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

Diff for /src/usr.bin/make/engine.c between version 1.20 and 1.21

version 1.20, 2008/11/04 07:22:35 version 1.21, 2008/11/10 09:22:18
Line 78 
Line 78 
 Job_CheckCommands(GNode *gn)  Job_CheckCommands(GNode *gn)
 {  {
         /* Alter our type to tell if errors should be ignored or things          /* Alter our type to tell if errors should be ignored or things
          * should not be printed so CompatRunCommand knows what to do.           * should not be printed so setup_and_run_command knows what to do.
          */           */
         if (Targ_Ignore(gn))          if (Targ_Ignore(gn))
                 gn->type |= OP_IGNORE;                  gn->type |= OP_IGNORE;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21