[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.18 and 1.19

version 1.18, 2012/03/22 13:47:12 version 1.19, 2012/04/11 18:27:30
Line 205 
Line 205 
                                      * commands for a target */                                       * commands for a target */
 #define OP_DEPS_FOUND   0x00800000  /* Already processed by Suff_FindDeps */  #define OP_DEPS_FOUND   0x00800000  /* Already processed by Suff_FindDeps */
 #define OP_RESOLVED     0x01000000  /* We looked harder already */  #define OP_RESOLVED     0x01000000  /* We looked harder already */
   #define OP_CHEAP        0x02000000  /* Assume job is not recursive */
   #define OP_EXPENSIVE    0x04000000  /* Recursive job, don't run in parallel */
   
 /*  /*
  * OP_NOP will return true if the node with the given type was not the   * OP_NOP will return true if the node with the given type was not the

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19