Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 13:50:36 +0200 (CEST)
From:      Harti Brandt <harti@freebsd.org>
To:        Marten <wleiden@xs4all.nl>
Cc:        current@freebsd.org
Subject:   Re: BETA1 5.3 make world DESTDIR failure
Message-ID:  <20040825134842.M553@beagle.kn.op.dlr.de>
In-Reply-To: <1093402508.488.8.camel@home>
References:  <1093402508.488.8.camel@home>

next in thread | previous in thread | raw e-mail | index | archive | help
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=/<other_path> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040825134842.M553>