From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 17:37:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9ADC16A4CE; Wed, 25 Aug 2004 17:37:08 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5F43D58; Wed, 25 Aug 2004 17:37:08 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7PHb7H2006148; Wed, 25 Aug 2004 10:37:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7PHb7Gc006124; Wed, 25 Aug 2004 10:37:07 -0700 (PDT) (envelope-from obrien) Date: Wed, 25 Aug 2004 10:37:07 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20040825173707.GH53710@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , current@freebsd.org References: <1093402508.488.8.camel@home> <20040825134842.M553@beagle.kn.op.dlr.de> <20040825134722.GD5872@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825134722.GD5872@ip.net.ua> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: BETA1 5.3 make world DESTDIR failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 17:37:08 -0000 On Wed, Aug 25, 2004 at 04:47:22PM +0300, Ruslan Ermilov wrote: > as IMAKEENV (from Makefile.inc1) doesn't utilize DESTDIR. I think I > know how to fix "make world DESTDIR=/foo" to make it work again -- we > need to convert all DESTDIR uses in Makefile.inc1 to be command-line > variables. I'm currently testing this patch, and it looks promising: Please also test 'make world' without DESTDIR in /etc/make.conf, but with 1. "HISTORICAL_MAKE_WORLD=yes" in /etc/make.conf 2. env HISTORICAL_MAKE_WORLD=yes make world before committing.