Date: Thu, 24 Dec 1998 11:19:15 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: obrien@NUXI.com Cc: ports@FreeBSD.ORG Subject: Re: Why does !exists() not work Message-ID: <199812241919.LAA15261@silvia.hip.berkeley.edu> In-Reply-To: <19981224104959.F2039@dragon.nuxi.com> (obrien@NUXI.com)
next in thread | previous in thread | raw e-mail | index | archive | help
* But at the point the `IGNORE' string is used, it is defined? Yes, but that has nothing to do with this particular conditional. You are defining or not defining IGNORE depending on the existence of a file. It's only the contents that are lazily evaluated, not the conditionals around its definition. * I also tried this logic below the include of bsd.port.mk. That is a major no-no. Don't put ANYTHING after bsd.port.mk. * Should that have worked? No. IGNORE wouldn't have been defined when it was checked in bsd.port.mk. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812241919.LAA15261>