[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.11 and 1.12

version 1.11, 2012/10/06 09:32:40 version 1.12, 2012/10/18 17:54:43
Line 97 
Line 97 
 #define JOB_EXIT_OKAY 0  #define JOB_EXIT_OKAY 0
 #define JOB_EXIT_BAD 1  #define JOB_EXIT_BAD 1
 #define JOB_SIGNALED 2  #define JOB_SIGNALED 2
         int             sent_signal;  
         int             code;           /* exit status or signal code */          int             code;           /* exit status or signal code */
         LstNode         next_cmd;       /* Next command to run */          LstNode         next_cmd;       /* Next command to run */
         char            *cmd;           /* Last command run */          char            *cmd;           /* Last command run */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12