Skip site navigation (1)Skip section navigation (2)
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

--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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 -curre=
nt=20
> > kernel. Please fix.
>=20
> I think I caused these warnings.
>=20
> After jb@ imported DTrace, all files were compiled like this:
>=20
> 	cc ....; ${NORMAL_CTFCONVERT}
>=20
> This caused sh(1) to be spawned each time the compiler had to be
> invoked. I requested if it could be converted to this:
>=20
> 	cc ....
> 	${NORMAL_CTFCONVERT}
>=20
> 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.

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

--a8Wt8u1KmwUX3Y2C
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkhaXyIACgkQVg5YK5ZEdN0r1ACbBZ47JuQ7JhmkZy9Njd0WSeUH
5QsAnAhB0GUF2nuMs4awog8VbCzOkVMc
=l0Mv
-----END PGP SIGNATURE-----

--a8Wt8u1KmwUX3Y2C--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080619132906.GA28251>