[BACK]Return to make.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.1 between version 1.259 and 1.260

version 1.259, 2016/06/03 07:07:37 version 1.260, 2016/08/10 23:49:12
Line 29 
Line 29 
 .\"  .\"
 .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94  .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"  .\"
 .Dd June 2, 2016  .Dd August 10, 2016
 .Dt MAKE 1  .Dt MAKE 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 973  per normal evaluation rules.
Line 973  per normal evaluation rules.
 .It Va MAKE_PRINT_VAR_ON_ERROR  .It Va MAKE_PRINT_VAR_ON_ERROR
 When  When
 .Nm  .Nm
 stops due to an error, it prints its name and the value of  stops due to an error, it sets
   .Ql Va .ERROR_TARGET
   to the name of the target that failed,
   .Ql Va .ERROR_CMD
   to the commands of the failed target,
   and in "meta" mode, it also sets
   .Ql Va .ERROR_CWD
   to the
   .Xr getcwd 3 ,
   and
   .Ql Va .ERROR_META_FILE
   to the path of the meta file (if any) describing the failed target.
   It then prints its name and the value of
 .Ql Va .CURDIR  .Ql Va .CURDIR
 as well as the value of any variables named in  as well as the value of any variables named in
 .Ql Va MAKE_PRINT_VAR_ON_ERROR .  .Ql Va MAKE_PRINT_VAR_ON_ERROR .

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260

CVSweb <webmaster@jp.NetBSD.org>