${NORMAL_CTFCONVERT} expands to empty string ???

Ed Schouten ed at 80386.nl
Thu Jun 19 13:18:53 UTC 2008


* Andrey Chernov <ache at nagual.pp.ru> wrote:
> I got this (see subj) warning on every file when building recent -current 
> kernel. Please fix.

I think I caused these warnings.

After jb@ imported DTrace, all files were compiled like this:

	cc ....; ${NORMAL_CTFCONVERT}

This caused sh(1) to be spawned each time the compiler had to be
invoked. I requested if it could be converted to this:

	cc ....
	${NORMAL_CTFCONVERT}

Unfortunately, this seems to cause the warnings generated by make(1).
What should we do here? Silence the warning? Put .if
defined(NORMAL_CTFCONVERT) around each statement?

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20080619/885f79f3/attachment.pgp


More information about the freebsd-current mailing list