summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-29 09:48:49 +0000
committerru <ru@FreeBSD.org>2002-10-29 09:48:49 +0000
commit4823aaf7e5f2bb13aa4b70563789c9eae35179e3 (patch)
tree6dbccff32ca5587d86d1b9c0a64bc8e0b9b4c11a /usr.bin
parent85f71815b9ebb488ea80df788be815da67e19960 (diff)
downloadFreeBSD-src-4823aaf7e5f2bb13aa4b70563789c9eae35179e3.zip
FreeBSD-src-4823aaf7e5f2bb13aa4b70563789c9eae35179e3.tar.gz
Mention that the left-hand side of the comparison
conditional must always be a variable expansion. Obtained from: PMake Do not lie that debugging .for loops is a no-op.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/make.15
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 69f7989..b00a6c9 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.
OpenPOWER on IntegriCloud