From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 06:13:30 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B92B106566B; Thu, 7 Jun 2012 06:13:30 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D30078FC12; Thu, 7 Jun 2012 06:13:28 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA15527; Thu, 07 Jun 2012 09:13:27 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1ScVyJ-000CQd-0D; Thu, 07 Jun 2012 09:13:27 +0300 Message-ID: <4FD04685.5030203@FreeBSD.org> Date: Thu, 07 Jun 2012 09:13:25 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120503 Thunderbird/12.0.1 MIME-Version: 1.0 To: Doug Barton References: <4FD004F7.6090401@FreeBSD.org> In-Reply-To: <4FD004F7.6090401@FreeBSD.org> X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gerald@FreeBSD.org, FreeBSD ports list Subject: Re: lang/gcc46 building stuff in $TMPDIR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 06:13:30 -0000 on 07/06/2012 04:33 Doug Barton said the following: > I purposely have a tiny /tmp, and while building gcc46 today it filled > up with "stuff" from the gcc build. Is there any way to modify this > process so that it keeps everything in WRKDIR? I think that gcc honors TMPDIR environment variable if it is set. Also, -pipe flag might be of help too. -- Andriy Gapon