[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.87 and 1.88

version 1.87, 2007/11/02 17:27:24 version 1.88, 2007/11/03 11:44:30
Line 259 
Line 259 
                                         debug |= DEBUG_JOB;                                          debug |= DEBUG_JOB;
                                         break;                                          break;
                                 case 'J':                                  case 'J':
                                         debug |= DEBUG_JOBTOKEN;                                          debug |= DEBUG_JOBBANNER;
                                         break;                                          break;
                                 case 'l':                                  case 'l':
                                         debug |= DEBUG_LOUD;                                          debug |= DEBUG_LOUD;

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