Re: unbreaking buildkernel?

2002-10-16 Thread Sheldon Hearn
On (2002/10/15 11:48), Nate Lawson wrote: > cd /usr/src/gnu/usr.bin/binutils; make cleandir; make depend; make all > install Isn't this a bad idea? First, you may not remove stale object files from the src tree, and second, you may leave stale .depend files in the src tree, which will cause you

Re: unbreaking buildkernel?

2002-10-15 Thread Nate Lawson
On Tue, 15 Oct 2002, Dan Nelson wrote: > In the last episode (Oct 15), Nate Lawson said: > > On Tue, 15 Oct 2002, Dan Nelson wrote: > > > In the last episode (Oct 15), Nate Lawson said: > > > > Yes, I know that buildworld will fix the toolchain but is there a > > > > more granular fix? cd /usr/sr

Re: unbreaking buildkernel?

2002-10-15 Thread Bruce Evans
On Tue, 15 Oct 2002, Nate Lawson wrote: > Yes, I know that buildworld will fix the toolchain but is there a more > granular fix? cd /usr/src/gnu && make install ? > > FYI, buildworld takes hours and I have some kernel changes to test before > committing. Just edit ldscript.i386? This is what I

Re: unbreaking buildkernel?

2002-10-15 Thread Dan Nelson
In the last episode (Oct 15), Nate Lawson said: > On Tue, 15 Oct 2002, Dan Nelson wrote: > > In the last episode (Oct 15), Nate Lawson said: > > > Yes, I know that buildworld will fix the toolchain but is there a > > > more granular fix? cd /usr/src/gnu && make install ? > > > > > > FYI, buildwo

Re: unbreaking buildkernel?

2002-10-15 Thread Nate Lawson
On Tue, 15 Oct 2002, Dan Nelson wrote: > In the last episode (Oct 15), Nate Lawson said: > > Yes, I know that buildworld will fix the toolchain but is there a > > more granular fix? cd /usr/src/gnu && make install ? > > > > FYI, buildworld takes hours and I have some kernel changes to test > > b

Re: unbreaking buildkernel?

2002-10-15 Thread Dan Nelson
In the last episode (Oct 15), Nate Lawson said: > Yes, I know that buildworld will fix the toolchain but is there a > more granular fix? cd /usr/src/gnu && make install ? > > FYI, buildworld takes hours and I have some kernel changes to test > before committing. I reinstalled src/gnu/usr.bin/bi

unbreaking buildkernel?

2002-10-15 Thread Nate Lawson
Yes, I know that buildworld will fix the toolchain but is there a more granular fix? cd /usr/src/gnu && make install ? FYI, buildworld takes hours and I have some kernel changes to test before committing. -Nate linking kernel.debug ld: target elf32-i386-freebsd not found *** Error code 1 To