Date: Wed, 30 Jan 2002 01:59:50 +0900 From: "Akinori MUSHA" <knu@iDaemons.org> To: Bill Fenner <fenner@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/russian/koi8r-ps Makefile Message-ID: <86r8o9ay9l.wl@archon.local.idaemons.org> In-Reply-To: <200201291643.g0TGhtb13737@freefall.freebsd.org> References: <200201291643.g0TGhtb13737@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 29 Jan 2002 08:43:55 -0800 (PST),
Bill Fenner wrote:
> fenner 2002/01/29 08:43:55 PST
>
> Modified files:
> russian/koi8r-ps Makefile
> Log:
> Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mk
>
> Submitted by: distfile survey
Oops, thanks for fixing all these! ;)
<curse>
I always curse the behavior of the `!=' operator. ;)
This works as expected:
A= hostname
X!= ${A}
all:
@echo ${A}
But this doesn't:
X!= ${A}
A= hostname
all:
@echo ${A}
I wonder why the expansion cannot be delayed until actual references
like other assignment operators..
</curse>
--
/
/__ __ Akinori.org / MUSHA.org
/ ) ) ) ) / FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp
"Somewhere out of a memory.. of lighted streets on quiet nights.."
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?86r8o9ay9l.wl>
