From fb9fc974e1da08877081e0f94fa77c33988e847e Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Tue, 16 Apr 2002 19:37:17 +0000 Subject: explain how conditionals/includes/loops interact. ok aaron@ --- usr.bin/make/make.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/make/make.1') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 574620a13e3..029fae9efb4 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.44 2002/03/23 16:32:16 deraadt Exp $ +.\" $OpenBSD: make.1,v 1.45 2002/04/16 19:37:16 espie Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -1042,6 +1042,9 @@ inside the body of the for loop. The number of words must match the number of iteration variables; that is, if there are three iteration variables, the number of words must be a multiple a three. +.Pp +Loops and conditional expressions may nest arbitrarily, but +they may not cross include file boundaries. .Sh COMMENTS Comments begin with a hash .Pq Ql \&# -- cgit v1.2.3