[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.289 and 1.290

version 1.289, 2020/08/28 17:15:04 version 1.290, 2020/11/01 20:24:45
Line 29 
Line 29 
 .\"  .\"
 .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94  .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"  .\"
 .Dd August 28, 2020  .Dd November 1, 2020
 .Dt MAKE 1  .Dt MAKE 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 1871  has been defined and has commands associ
Line 1871  has been defined and has commands associ
 .Ar Expression  .Ar Expression
 may also be an arithmetic or string comparison.  may also be an arithmetic or string comparison.
 Variable expansion is  Variable expansion is
 performed on both sides of the comparison, after which the integral  performed on both sides of the comparison, after which the numerical
 values are compared.  values are compared.
 A value is interpreted as hexadecimal if it is  A value is interpreted as hexadecimal if it is
 preceded by 0x, otherwise it is decimal; octal numbers are not supported.  preceded by 0x, otherwise it is decimal; octal numbers are not supported.
Line 1881  variable expansion, either the left or r
Line 1881  variable expansion, either the left or r
 .Ql Ic ==  .Ql Ic ==
 or  or
 .Ql Ic "!="  .Ql Ic "!="
 operator is not an integral value, then  operator is not a numerical value, then
 string comparison is performed between the expanded  string comparison is performed between the expanded
 variables.  variables.
 If no relational operator is given, it is assumed that the expanded  If no relational operator is given, it is assumed that the expanded

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290

CVSweb <webmaster@jp.NetBSD.org>