Re: Q: continuing interrupted 'make buildworld'

2002-10-01 Thread Kevin Oberman
Date: Tue, 1 Oct 2002 04:32:53 +0300 From: Giorgos Keramidas [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] On 2002-09-30 17:31, John Mills [EMAIL PROTECTED] wrote: I would like to restart a 'make buildworld' without deleting or recreating any unnecesary files (i.e., after messing about in

Re: Q: continuing interrupted 'make buildworld'

2002-10-01 Thread John Mills
Gary - On 1 Oct 2002, Gary W. Swearingen wrote: IIRC, when I've done make buildkernel (maybe buildworld) a second time (eg, to do benchmarks with two BIOS settings), the thing rebuilt the whole kernel again. I've always wondered why. I thought make was supposed to use old files when

Re: Q: continuing interrupted 'make buildworld'

2002-10-01 Thread Kevin Oberman
Date: Tue, 1 Oct 2002 17:03:31 -0400 (EDT) From: John Mills [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Gary - On 1 Oct 2002, Gary W. Swearingen wrote: IIRC, when I've done make buildkernel (maybe buildworld) a second time (eg, to do benchmarks with two BIOS settings), the thing

Re: Q: continuing interrupted 'make buildworld'

2002-10-01 Thread Giorgos Keramidas
On 2002-10-01 13:48, Gary W. Swearingen [EMAIL PROTECTED] wrote: Giorgos Keramidas [EMAIL PROTECTED] writes: On 2002-09-30 17:31, John Mills [EMAIL PROTECTED] wrote: I would like to restart a 'make buildworld' without deleting or recreating any unnecesary files (i.e., after messing about

Re: Q: continuing interrupted 'make buildworld'

2002-10-01 Thread John Mills
Giorgos - Thanks for the note. On Wed, 2 Oct 2002, Giorgos Keramidas wrote: The buildkernel target will run a make clean before building the new kernel, in an effort to be on the safe side. This will delete all the old kernel's object files (anything that had been compiled before the

Q: continuing interrupted 'make buildworld'

2002-09-30 Thread John Mills
Freebies - I would like to restart a 'make buildworld' without deleting or recreating any unnecesary files (i.e., after messing about in the source tree). How should I do this? (Is this the effect of 'make -DNOCLEAN buildworld'?) More generally, is there some outline or the _more_important_