Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 04:25:32 +0400
From:      Andrey Chernov <ache@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        stable@freebsd.org
Subject:   Re: ${CTFCONVERT_CMD} expands to empty string
Message-ID:  <5084927C.1070101@freebsd.org>
In-Reply-To: <508317A4.2060800@freebsd.org>
References:  <5081F92F.8040004@freebsd.org> <201210200838.18297.jhb@freebsd.org> <508317A4.2060800@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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

On 21.10.2012 1:29, Andrey Chernov wrote:
> On 20.10.2012 16:38, John Baldwin wrote:
>> On Friday, October 19, 2012 09:06:55 PM Andrey Chernov wrote:
>>> On recent -stable I got a lots of (see subj) now due to CTF changes in
>>> *.mk files.
>>> I have
>>> WITHOUT_CDDL=yes
>>> in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF
>>> suggested, but WITHOUT_CDDL is not checked in recent CTF changes.
>>> Please fix this thing.
>>
>> Which stable?
> 
> stable-9
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5084927C.1070101>