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

Diff for /src/usr.bin/make/main.c between version 1.86 and 1.87

version 1.86, 2007/10/24 13:19:24 version 1.87, 2007/11/02 17:27:24
Line 258 
Line 258 
                                 case 'j':                                  case 'j':
                                         debug |= DEBUG_JOB;                                          debug |= DEBUG_JOB;
                                         break;                                          break;
                                   case 'J':
                                           debug |= DEBUG_JOBTOKEN;
                                           break;
                                 case 'l':                                  case 'l':
                                         debug |= DEBUG_LOUD;                                          debug |= DEBUG_LOUD;
                                         break;                                          break;
Line 678 
Line 681 
                 Dir_AddDir(defaultPath, d.current);                  Dir_AddDir(defaultPath, d.current);
         Var_Set(".CURDIR", d.current);          Var_Set(".CURDIR", d.current);
         Var_Set(".OBJDIR", d.object);          Var_Set(".OBJDIR", d.object);
           Targ_setdirs(d.current, d.object);
   
         /*          /*
          * Initialize various variables.           * Initialize various variables.

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87