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

Diff for /src/usr.bin/make/engine.h between version 1.16 and 1.17

version 1.16, 2020/01/13 15:08:08 version 1.17, 2020/01/13 15:12:58
Line 113 
Line 113 
 #define JOB_IS_EXPENSIVE        0x002  #define JOB_IS_EXPENSIVE        0x002
 #define JOB_LOST                0x004   /* sent signal to non-existing pid ? */  #define JOB_LOST                0x004   /* sent signal to non-existing pid ? */
 #define JOB_ERRCHECK            0x008   /* command wants errcheck */  #define JOB_ERRCHECK            0x008   /* command wants errcheck */
   #define JOB_KEEPERROR           0x010   /* should place job on error list */
         LstNode         next_cmd;       /* Next command to run */          LstNode         next_cmd;       /* Next command to run */
         char            *cmd;           /* Last command run */          char            *cmd;           /* Last command run */
         GNode           *node;          /* Target of this job */          GNode           *node;          /* Target of this job */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17