Subject: Re: Recovering from an error
To: John R. Shannon <john@johnrshannon.com>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 05/01/2004 05:21:36
On Sat, 1 May 2004, John R. Shannon wrote:

> I accidently replaced the compiler tools in /bin (gcc, cc, etc) on my system.
> I still have everything in my obj directory from my last system build. What
> is an easy way to recover these tools?

Something like...

  cd /usr/src
  ${TOOLDIR}/bin/nbmake-`uname -m` install DESTDIR=/ MKUNPRIVED=no

That only uses the binaries in ${TOOLDIR}/bin, nothing in the
installed system. Good luck.

Frederick