Date: Fri, 1 Nov 2002 00:40:32 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 Message-ID: <200211010840.gA18eW6d082632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2002/11/01 00:40:32 PST Modified files: usr.bin/make make.1 Log: 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. Revision Changes Path 1.61 +1 -0 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211010840.gA18eW6d082632>