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

From: Andrey Chernov <ache_at_nagual.pp.ru>
Date: Thu, 19 Jun 2008 17:29:06 +0400
On Thu, Jun 19, 2008 at 03:18:52PM +0200, Ed Schouten wrote:
> * 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?

Just expand this to "_at_true" when not needed.

-- 
http://ache.pp.ru/

Received on Thu Jun 19 2008 - 11:29:46 UTC

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