Date: Thu, 19 Jun 2008 15:18:52 +0200 From: Ed Schouten <ed@80386.nl> To: Andrey Chernov <ache@nagual.pp.ru>, current@freebsd.org Subject: Re: ${NORMAL_CTFCONVERT} expands to empty string ??? Message-ID: <20080619131852.GK93496@hoeg.nl> In-Reply-To: <20080619131345.GA27913@nagual.pp.ru> References: <20080619131345.GA27913@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--f54savKjS/tSNRaU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Andrey Chernov <ache@nagual.pp.ru> wrote: > I got this (see subj) warning on every file when building recent -current= =20 > 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? --=20 Ed Schouten <ed@80386.nl> WWW: http://80386.nl/ --f54savKjS/tSNRaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkhaXLwACgkQ52SDGA2eCwXhWQCfS6ZBQVsc40PTQ3caEHP4ZnqT fwoAn3rSTzfBt5Tu4zUzCkdiQKmHK6LG =HHA0 -----END PGP SIGNATURE----- --f54savKjS/tSNRaU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080619131852.GK93496>