Re: problem bootstrapping egcs

1999-05-06 Thread Brian Behlendorf
On Thu, 6 May 1999, David O'Brien wrote: > > the build of egcs. My understanding was that to bootstrap over the change > > I should first (before the make world) do: > > VERY wrong. All you want to do is a normal ``make world'' (or ``make > buildworld'') Hup, you're right, sorry about the false

Re: problem bootstrapping egcs

1999-05-06 Thread David O'Brien
> the build of egcs. My understanding was that to bootstrap over the change > I should first (before the make world) do: VERY wrong. All you want to do is a normal ``make world'' (or ``make buildworld'') > # cd /usr/src/gnu/usr.bin/cc; make clean; make obj > # make ... > ===> cc ... > /usr/obj/

problem bootstrapping egcs

1999-05-05 Thread Brian Behlendorf
I'm doing a make world for the first time since the egcs cutover (yeah yeah, keep the flames to yourselves) and I encountered a rough spot with the build of egcs. My understanding was that to bootstrap over the change I should first (before the make world) do: # cd /usr/src; make -DCLOBBER inclu