Date: Mon, 22 Oct 2012 11:42:06 -0400
From: John Baldwin <jhb@freebsd.org>
To: freebsd-stable@freebsd.org
Cc: stable@freebsd.org, Andrey Chernov <ache@freebsd.org>
Subject: Re: ${CTFCONVERT_CMD} expands to empty string
Message-ID: <201210221142.06889.jhb@freebsd.org>
In-Reply-To: <5084927C.1070101@freebsd.org>
References: <5081F92F.8040004@freebsd.org> <508317A4.2060800@freebsd.org> <5084927C.1070101@freebsd.org>
index | next in thread | previous in thread | raw e-mail
On Sunday, October 21, 2012 8:25:32 pm Andrey Chernov wrote:
> Those lines cause this error:
> .if ${MK_CTF} != "no"
> CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
> .elif ${MAKE_VERSION} >= 5201111300
> CTFCONVERT_CMD=
> .else
> CTFCONVERT_CMD= @:
> .endif
>
> My make version is 9201206140
> So, either the check for >= 5201111300 is incorrect or change for empty
> make variables expansion is not merged into stable-9
I can't reproduce this doing a buildworld of a stable/9 checkout on a 9.0-
stable machine btw. What exact contents of /etc/src.conf and commands are you
using to reproduce this?
I also can't find the string "empty string" in the output of my stable/9
'make universe' build before I committed this.
--
John Baldwin
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210221142.06889.jhb>
