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
>
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., aft
> 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 settin
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
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 in the source tree).
> >
> > How should I do this? (Is this
> 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 mess
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 the source tree).
>
> How should I do this? (Is this the effect of 'make -DNOCLEAN buildworld'?)
That should
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_ 'ma