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

Diff for /src/usr.bin/make/job.c between version 1.99 and 1.100

version 1.99, 2007/10/09 09:41:51 version 1.100, 2007/10/14 09:02:10
Line 593 
Line 593 
         /* For debugging, we replace each command with the result of expanding          /* For debugging, we replace each command with the result of expanding
          * the variables in the command.  */           * the variables in the command.  */
         cmdStart = cmd = Var_Subst(cmd, &job->node->context, false);          cmdStart = cmd = Var_Subst(cmd, &job->node->context, false);
         Lst_Replace(cmdNode, cmdStart);  
   
         cmdTemplate = "%s\n";          cmdTemplate = "%s\n";
   

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100