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

Diff for /src/usr.bin/make/cond.c between version 1.53 and 1.54

version 1.53, 2017/12/19 20:44:53 version 1.54, 2019/12/21 15:29:25
Line 260 
Line 260 
  *      Handle the 'make' function for conditionals.   *      Handle the 'make' function for conditionals.
  *   *
  * Results:   * Results:
  *      true if the given target is being made.   *      true if the given target is currently being built,
    *      either explicitly on the command line, or implicitly as the
    *      default target.
  *-----------------------------------------------------------------------   *-----------------------------------------------------------------------
  */   */
 static bool  static bool

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54