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

Diff for /src/usr.bin/make/gnode.h between version 1.21 and 1.22

version 1.21, 2012/10/02 10:29:30 version 1.22, 2012/10/06 09:32:40
Line 230 
Line 230 
 /* Attributes applied by PMake */  /* Attributes applied by PMake */
 #define OP_TRANSFORM    0x00040000  /* The node is a transformation rule */  #define OP_TRANSFORM    0x00040000  /* The node is a transformation rule */
 #define OP_MEMBER       0x00080000  /* Target is a member of an archive */  #define OP_MEMBER       0x00080000  /* Target is a member of an archive */
 #define OP_LIB          0x00100000  /* Target is a library */  
 #define OP_ARCHV        0x00200000  /* Target is an archive construct */  #define OP_ARCHV        0x00200000  /* Target is an archive construct */
 #define OP_HAS_COMMANDS 0x00400000  /* Target has all the commands it should.  #define OP_HAS_COMMANDS 0x00400000  /* Target has all the commands it should.
                                      * Used when parsing to catch multiple                                       * Used when parsing to catch multiple

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22