${NORMAL_CTFCONVERT} expands to empty string ???
Andrey Chernov
ache at nagual.pp.ru
Thu Jun 19 13:29:46 UTC 2008
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@ 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 "@true" when not needed.
--
http://ache.pp.ru/
-------------- 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/f7494f91/attachment.pgp
More information about the freebsd-current
mailing list