tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cwrappers now enabled by default on some platforms



On Tue, Nov 01, 2016 at 10:45:07AM +0100, Martin Husemann wrote:
> On Tue, Nov 01, 2016 at 01:38:00AM +0100, Joerg Sonnenberger wrote:
> > It doesn't. Look into /usr/share/mk for the logic it uses, but it is
> > essentially controlled by MKCTF. Why it doesn't work for OP -- no idea.
> 
> But from the other point of view: fixing bsd.own.mk should be enough
> (for whatever "fixing" is needed) - this is good news!

Unfortunately it has not been fixed yet.

This part at the end of bsd.own.mk sets CTFCONVERT for me:

# Override with tools versions if needed
.if ${MKCTF:Uno} != "no" && !defined(NOCTF)
CTFCONVERT=     ${TOOL_CTFCONVERT}
CTFMERGE=       ${TOOL_CTFMERGE}
.endif

and here MKCTF is yes and NOCTF is not defined.

But I have

MKCTF=no
MKDTRACE=no
NOCTF=1

unconditionally in /etc/mk.conf


Jörg?

Martin


Home | Main Index | Thread Index | Old Index