> 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 the source tree).
> >
> > How should I do this? (Is this the effect of 'make -DNOCLEAN buildworld'?)
> 
> That should work.  It will rebuild a few things that you could
> probably avoid, but in general it works fine.

Try to interrupt the buildworld during a compile as the compiler will
not create the output file until the end of the operation and a
restart will re-run the interrupted compile.

Some other operations leave the system in an indeterminate state. For
example, when creating a library, the library is created and then
modules are added. IF the process is re-started, make(1) sees the
library with an updated time-stamp and goes on without loading the
remaining modules.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]                  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to