Re: ${NORMAL_CTFCONVERT} expands to empty string ???

From: Ed Schouten <ed_at_80386.nl>
Date: Thu, 19 Jun 2008 15:18:52 +0200
* 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_at_ 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/

Received on Thu Jun 19 2008 - 11:18:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC