[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.97 and 1.98

version 1.97, 2012/10/02 10:29:31 version 1.98, 2012/10/06 09:32:40
Line 263 
Line 263 
                                         }                                          }
                                         break;                                          break;
                                 case 'j':                                  case 'j':
                                         debug |= DEBUG_JOB;                                          debug |= DEBUG_JOB | DEBUG_KILL;
                                         break;                                          break;
                                 case 'J':                                  case 'J':
                                         /* ignore */                                          /* ignore */
                                           break;
                                   case 'k':
                                           debug |= DEBUG_KILL;
                                         break;                                          break;
                                 case 'l':                                  case 'l':
                                         debug |= DEBUG_LOUD;                                          debug |= DEBUG_LOUD;

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98