[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.5 and 1.6

version 1.5, 2007/09/17 12:42:09 version 1.6, 2007/09/23 09:47:56
Line 155 
Line 155 
 #define OP_FORCE        0x00000002  /* Always execute commands (!) */  #define OP_FORCE        0x00000002  /* Always execute commands (!) */
 #define OP_DOUBLEDEP    0x00000004  /* Execution of commands depends on kids  #define OP_DOUBLEDEP    0x00000004  /* Execution of commands depends on kids
                                      * per line (::) */                                       * per line (::) */
   #define OP_ERROR        0x00000000
 #define OP_OPMASK       (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)  #define OP_OPMASK       (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
   
 #define OP_OPTIONAL     0x00000008  /* Don't care if the target doesn't  #define OP_OPTIONAL     0x00000008  /* Don't care if the target doesn't

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6