Date: Thu, 19 Jun 2008 17:29:06 +0400
From: Andrey Chernov <ache@nagual.pp.ru>
To: Ed Schouten <ed@80386.nl>
Cc: current@freebsd.org
Subject: Re: ${NORMAL_CTFCONVERT} expands to empty string ???
Message-ID: <20080619132906.GA28251@nagual.pp.ru>
In-Reply-To: <20080619131852.GK93496@hoeg.nl>
References: <20080619131345.GA27913@nagual.pp.ru> <20080619131852.GK93496@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Thu, Jun 19, 2008 at 03:18:52PM +0200, Ed Schouten wrote:
> * Andrey Chernov <ache@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/
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
iEYEARECAAYFAkhaXyIACgkQVg5YK5ZEdN0r1ACbBZ47JuQ7JhmkZy9Njd0WSeUH
5QsAnAhB0GUF2nuMs4awog8VbCzOkVMc
=l0Mv
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080619132906.GA28251>
