Subject: Re: tweaks for fparseln(3) move from libutil to libc
To: Wolfgang Rupprecht <wolfgang+gnus20021207T132446@wsrcc.com>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-toolchain
Date: 12/07/2002 18:00:45
On 7 Dec 2002, Wolfgang Rupprecht wrote:

>
> > If you haven't used UNPRIVED, use pax to copy:
> > 	cd $DESTDIR
> > 	pax -rwvpe . /
>
> It is quite the same as a DESTDIR=/ build for my setup.

I think there is one difference (between build.sh -d; cd $DESTDIR; pax...
and DESTDIR=/), and that difference is the root of the problem. In the
first case, nothing under / gets changed until after the whole build,
while in the latter case, / will get updated during the build.

Or is that not the point you were talking about?

Take care,

Bill