[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.1 and 1.2

version 1.1, 2007/09/16 10:39:07 version 1.2, 2007/09/17 09:28:36
Line 40 
Line 40 
   
 /* ok = Job_CheckCommands(node, abort);  /* ok = Job_CheckCommands(node, abort);
  *      verify the integrity of a node's commands, pulling stuff off   *      verify the integrity of a node's commands, pulling stuff off
  *      .DEFAULT and other places if necessary.   *      .DEFAULT and other places if necessary.
  */   */
 extern bool Job_CheckCommands(GNode *, void (*abortProc)(char *, ...));  extern bool Job_CheckCommands(GNode *, void (*abortProc)(char *, ...));
 /* Job_Touch(node, besilent);  /* Job_Touch(node, besilent);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2