Subject: Re: Problem remains with build.sh *not* installing new binaries
To: Xavier HUMBERT <xavier.humbert@xavhome.fr.eu.org>
From: Todd Vierling <tv@pobox.com>
List: tech-toolchain
Date: 07/19/2002 12:14:33
On Fri, 19 Jul 2002, Xavier HUMBERT wrote:

[mk.conf]
:  | DESTDIR=/usr/build

Currently, build.sh DOES NOT override mk.conf for DESTDIR.

So your second build.sh command installed (again) to /usr/build.

[env]
:  | DESTDIR=/

Having this in the process environment also does not override mk.conf.

Since you're specifying "-D /usr/build" the first time, you don't need the
DESTDIR setting in mk.conf at all.

-- 
-- Todd Vierling (tv@pobox.com)