[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.102 and 1.103

version 1.102, 2007/11/03 10:36:48 version 1.103, 2007/11/03 10:38:14
Line 919 
Line 919 
          */           */
         cmdsOK = Job_CheckCommands(gn, Error);          cmdsOK = Job_CheckCommands(gn, Error);
   
         /*  
          * If the -n flag wasn't given, we open up OUR (not the child's)  
          * temporary file to stuff commands in it. The thing is rd/wr so we  
          * don't need to reopen it to feed it to the shell. If the -n flag  
          * *was* given, we just set the file to be stdout. Cute, huh?  
          */  
         if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) {          if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) {
                 /*                  /*
                  * We're serious here, but if the commands were bogus, we're                   * We're serious here, but if the commands were bogus, we're

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103