From owner-cvs-src@FreeBSD.ORG Thu Mar 1 02:08:40 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E7CF16A402 for ; Thu, 1 Mar 2007 02:08:40 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 1728313C46B for ; Thu, 1 Mar 2007 02:08:39 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so276121ugh for ; Wed, 28 Feb 2007 18:08:39 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mADIfbDtt9OatihsnXm9gHgdC+vBGk1r+xUXlUjoTS6Sf7GhI4lZnUe0xbNb+ZjrvJi9IB8ru/WByPfBvSB34drGOW3HF/0JgzeTlReVxayTsYaiiAXRtihBVVSiIMp8hFkfKL1kFsbSzxg4o1T6l8Z/Q81/NMwXMVYKlRxFGjI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z1dGl5lngQZ2sLQd+uB8kfKILQuoTpCITt/l+CS7UEDf8AMai2MlArITXp86qpB0Cv2ZjQ+Mf0RYXKQxAVDdzyhNuNOBAM8MWZ92eAoVwpKLW2+MzUIJgDAIWY9KAM033+n1AmemFRvTF2pdNNoCfqLCvvs4ihx6esQNWm8otqQ= Received: by 10.78.170.17 with SMTP id s17mr109779hue.1172714918427; Wed, 28 Feb 2007 18:08:38 -0800 (PST) Received: by 10.78.144.9 with HTTP; Wed, 28 Feb 2007 18:08:38 -0800 (PST) Message-ID: <6eb82e0702281808h1a34cdafrb26da573a5b16a2f@mail.gmail.com> Date: Thu, 1 Mar 2007 10:08:38 +0800 From: "Rong-en Fan" To: "Ruslan Ermilov" In-Reply-To: <200702282006.l1SK6LdU040622@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702282006.l1SK6LdU040622@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 02:08:40 -0000 On 3/1/07, Ruslan Ermilov wrote: > ru 2007-02-28 20:06:21 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Resurrect one of the patches from attic and refine the > lib32 build somewhat. Specifically, instead of spamming > ${CC} et al with -I${LIB32TMP}/usr/include which can be > harmful (as has been demonstrated by the ncursesw WIP), > use slightly different approach to achieve the same goal. > This also simplifies things a bit. > > Prodded by: rafan Thank you! Regards, Rong-En Fan