diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 09:48:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 09:48:49 +0000 |
| commit | 36c4697a656bcf8f13e849e1ba5dc5d4c8aeecb4 (patch) | |
| tree | 6dbccff32ca5587d86d1b9c0a64bc8e0b9b4c11a /usr.bin/make | |
| parent | a8694a9a06a29ba73346ef0708bf103cda51845b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/make.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 69f7989548ab..b00a6c9440a2 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -116,8 +116,6 @@ Print debugging information about conditional evaluation. Print debugging information about directory searching and caching. .It Ar f Print debugging information about the execution of for loops. -Currently a -no-op. .It Ar "g1" Print the input graph before making anything. .It Ar "g2" @@ -902,7 +900,8 @@ has been defined. .Pp An .Ar expression -may also be an arithmetic or string comparison. +may also be an arithmetic or string comparison, with the left-hand side +being a variable expansion. Variable expansion is performed on both sides of the comparison, after which the integral values are compared. |
