From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 13:29:46 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 5D3831065759 for ; Thu, 19 Jun 2008 13:29:46 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id C45C98FC16 for ; Thu, 19 Jun 2008 13:29:45 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m5JDT6Lu028298; Thu, 19 Jun 2008 17:29:06 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1213882146; bh=qITWjNLP3Y83qKrMnPb9BRSW1CHVMKGxls2fiZU noCQ=; l=1274; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=F9WDSLkcBAFSbtGpqiECP/Gc+ EH4ylnjJaYOsudeTjHq/8pvl/V1fMIMOZG6rKZGXMSus8a0BPd6MoVl6XEI3y2nzMiQ DYUHsumcmXUHWvaP+9Cfhzcc0mJOLn0FAmfHqTfJRo4qRAxtm7QlENDWqJ/9X/5VZ7t MZqXDJ7VUwzY= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m5JDT6Qg028297; Thu, 19 Jun 2008 17:29:06 +0400 (MSD) (envelope-from ache) Date: Thu, 19 Jun 2008 17:29:06 +0400 From: Andrey Chernov To: Ed Schouten Message-ID: <20080619132906.GA28251@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ed Schouten , current@freebsd.org References: <20080619131345.GA27913@nagual.pp.ru> <20080619131852.GK93496@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <20080619131852.GK93496@hoeg.nl> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: current@freebsd.org 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:29:46 -0000 --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 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--