${CTFCONVERT_CMD} expands to empty string

John Baldwin jhb at freebsd.org
Mon Oct 22 15:42:16 UTC 2012


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


More information about the freebsd-stable mailing list