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

Diff for /src/usr.bin/make/compat.c between version 1.63 and 1.64

version 1.63, 2007/11/02 17:27:24 version 1.64, 2007/11/03 11:42:41
Line 128 
Line 128 
                  * variable using Make_DoAllVar().  */                   * variable using Make_DoAllVar().  */
                 Make_DoAllVar(gn);                  Make_DoAllVar(gn);
   
                 /* Alter our type to tell if errors should be ignored or things  
                  * should not be printed so CompatRunCommand knows what to do.  
                  */  
                 if (Targ_Ignore(gn))  
                         gn->type |= OP_IGNORE;  
                 if (Targ_Silent(gn))  
                         gn->type |= OP_SILENT;  
   
                 if (Job_CheckCommands(gn, Fatal)) {                  if (Job_CheckCommands(gn, Fatal)) {
                         /* Our commands are ok, but we still have to worry                          /* Our commands are ok, but we still have to worry
                          * about the -t flag... */                           * about the -t flag... */

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64