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

Diff for /src/usr.bin/make/compat.h between version 1.4 and 1.5

version 1.4, 2020/01/08 14:09:29 version 1.5, 2020/01/13 15:41:53
Line 35 
Line 35 
  *          - friendly variable substitution.   *          - friendly variable substitution.
  */   */
   
 /* out_of_date = Compat_Run(to_create);  /* Compat_Run(to_create, &has_errors, &out_of_date);
  *      Run the actual make engine, to create targets that need to,   *      Run the actual make engine, to create targets that need to,
  *      return true if any target is out of date. */   *      return info about what we did. */
 extern bool Compat_Run(Lst);  extern void Compat_Run(Lst, bool *, bool *);
   extern void Compat_Init(void);
   extern void Compat_Update(GNode *);
   
 #endif  #endif

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