From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 11:50:46 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 AC2CA16A4CE for ; Wed, 25 Aug 2004 11:50:46 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C979443D76 for ; Wed, 25 Aug 2004 11:50:45 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i7PBoZ2398086; Wed, 25 Aug 2004 13:50:36 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i7PBoZI70866; Wed, 25 Aug 2004 13:50:35 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i7PBoXe05688; Wed, 25 Aug 2004 13:50:34 +0200 (MET DST) Date: Wed, 25 Aug 2004 13:50:36 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Marten In-Reply-To: <1093402508.488.8.camel@home> Message-ID: <20040825134842.M553@beagle.kn.op.dlr.de> References: <1093402508.488.8.camel@home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Harti Brandt 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 11:50:46 -0000 On Wed, 25 Aug 2004, Marten wrote: M>a problem with DESTDIR option occured... M> M>I did an install from cd beta 5.3 M>cvsup to RELENG_5 M>make buildworld M>make buildkernel M>make installkernel M>make installworld M>reboot M> M>up till here all is fine. M> M>from some source M> M>make world DESTDIR=/ is ok M>but M>make world DESTDIR=/ returns an error I don't think that posting the same question under several accounts does actually help, but anyway try: DESTDIR=/foo make world You _SHOULD_!!! better use buildworld/installworld targets: make buildworld DESTDIR=/foo make installworld harti