Re: ${CTFCONVERT_CMD} expands to empty string
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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 13 之 14 篇):