From 707c22856ed977c8fe8c8c4e2abc6a355f5e77a0 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 1 Nov 2002 08:40:32 +0000 Subject: Document the confusing behavior that the .if conditional defaults to defined(), e.g., ``.if 1'' is equivalent to ``.if defined(1)'', which is only true when the ${1} variable is defined. --- usr.bin/make/make.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/make/make.1') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b00a6c9..fd01d23 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -928,6 +928,7 @@ or .Dq defined expression is applied to it, depending on the form of the conditional. If the form is +.Ql Ic .if , .Ql Ic .ifdef or .Ql Ic .ifndef , -- cgit v1.1