From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 13:18:53 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2047106567F for ; Thu, 19 Jun 2008 13:18:53 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:610:652::211]) by mx1.freebsd.org (Postfix) with ESMTP id 8CEA48FC20 for ; Thu, 19 Jun 2008 13:18:53 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id AF28F1CCA9; Thu, 19 Jun 2008 15:18:52 +0200 (CEST) Date: Thu, 19 Jun 2008 15:18:52 +0200 From: Ed Schouten To: Andrey Chernov , current@freebsd.org Message-ID: <20080619131852.GK93496@hoeg.nl> References: <20080619131345.GA27913@nagual.pp.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f54savKjS/tSNRaU" Content-Disposition: inline In-Reply-To: <20080619131345.GA27913@nagual.pp.ru> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ${NORMAL_CTFCONVERT} expands to empty string ??? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 13:18:53 -0000 --f54savKjS/tSNRaU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Andrey Chernov 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 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--