Subject: Re: build.sh to prevent DESTDIR=/ by default ...
To: Martin Husemann <martin@duskware.de>
From: Luke Mewburn <lukem@netbsd.org>
List: tech-toolchain
Date: 12/12/2002 02:36:04
On Thu, Dec 12, 2002 at 02:34:28AM +1100, Luke Mewburn wrote:
  | On Sun, Dec 08, 2002 at 05:52:51PM +0100, Martin Husemann wrote:
  |   | May I ask you another little helpful feature in build.sh (or the
  |   | toplevel makefile)?
  |   |
  |   | It would be realy convenient if another build.sh option could
  |   | take care of shuffling the new build DESTDIR contents to /.
  | 
  | Yes; a feature I'm working on...
  | 
  | (Whether it's a "top level make target" or a "build.sh option" is a
  | separate implementation-specific detail).

I should have mentioned; the obvious thing to do is to only copy
the files from $DESTDIR that are listed in the sets:
	base comp games man misc text
(I.e, the `base' system without the etc set.)

Luke.