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

Diff for /src/usr.bin/make/targ.c between version 1.84 and 1.85

version 1.84, 2020/01/13 15:41:53 version 1.85, 2020/01/26 12:41:21
Line 307 
Line 307 
                 switch (tbit) {                  switch (tbit) {
                 PRINTBIT(OPTIONAL);                  PRINTBIT(OPTIONAL);
                 PRINTBIT(USE);                  PRINTBIT(USE);
                 PRINTBIT(EXEC);  
                 PRINTBIT(IGNORE);                  PRINTBIT(IGNORE);
                 PRINTBIT(PRECIOUS);                  PRINTBIT(PRECIOUS);
                 PRINTBIT(SILENT);                  PRINTBIT(SILENT);
                 PRINTBIT(MAKE);                  PRINTBIT(MAKE);
                 PRINTBIT(JOIN);  
                 PRINTBIT(INVISIBLE);                  PRINTBIT(INVISIBLE);
                 PRINTBIT(NOTMAIN);                  PRINTBIT(NOTMAIN);
                 /*XXX: MEMBER is defined, so CONCAT(OP_,MEMBER) gives OP_"%" */                  /*XXX: MEMBER is defined, so CONCAT(OP_,MEMBER) gives OP_"%" */

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85