Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Conrad J. Sabatier
On Thu, 3 Nov 2011 13:48:47 -0500 (CDT) Robert Bonomi wrote: [snip] > I am likely _not_ the typical user -- I run a monolithic kernel, with > everything I need 'compiled in'; *no* loadable modules. Yeah, it can > be a nuisance if I need something that isn't compiled in, but I don't > get ny une

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread RW
Is it safe to interrupt (Ctrl + C) while building a port > > or kernel? >> > > Is it clear to interrupt the building process just by pressing Ctrl > > + ? > > Yes. Whilst it's not strictly-speaking "building", I would avoid interrupting an install. __

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Conrad J. Sabatier
On Thu, 03 Nov 2011 22:48:26 +0400 Антон Клесс wrote: > 03.11.2011, 21:20, "Robert Bonomi" : > > >>   If it's so, do I need to run "make clean" before I start "make" > >> one more time? > >  Authoritative answer:  "It depends". > > > >  On what you 'did wrong", and what it takes to fix it. > > >

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Erik Trulsson
r?B?4c7Uz84g68zF09M=?= > > >> To: freebsd-questions@freebsd.org > > >> Date: Thu, 03 Nov 2011 21:10:19 +0400 > > >> Subject: Is it safe to interrupt (Ctrl + C) while building a port or > > >> kernel? > > >> > > >> Sometimes, while b

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Warren Block
On Thu, 3 Nov 2011, ? ? wrote: Is it clear to interrupt the building process just by pressing Ctrl + ? If it's so, do I need to run "make clean" before I start "make" one more time? With ports, a "make clean" before rebuilding is a good idea. The build might not be able to continue

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Robert Bonomi
ate: Thu, 03 Nov 2011 21:10:19 +0400 > >> Subject: Is it safe to interrupt (Ctrl + C) while building a port or > >> kernel? > >> > >> Sometimes, while building process of some port or system kernel are in > >> progress, you suddenly remember that you did s

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Антон Клесс
03.11.2011, 21:20, "Robert Bonomi" : >>   If it's so, do I need to run "make clean" before I start "make" one more >> time? >  Authoritative answer:  "It depends". > >  On what you 'did wrong", and what it takes to fix it. > >  e.g.,  if you're building a kernel the 'classial' way, that is 'confi

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Damien Fleuriot
On 11/3/11 6:20 PM, Robert Bonomi wrote: >> From owner-freebsd-questi...@freebsd.org Thu Nov 3 12:10:08 2011 >> From: =?koi8-r?B?4c7Uz84g68zF09M=?= >> To: freebsd-questions@freebsd.org >> Date: Thu, 03 Nov 2011 21:10:19 +0400 >> Subject: Is it safe to interru

Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Thu Nov 3 12:10:08 2011 > From: =?koi8-r?B?4c7Uz84g68zF09M=?= > To: freebsd-questions@freebsd.org > Date: Thu, 03 Nov 2011 21:10:19 +0400 > Subject: Is it safe to interrupt (Ctrl + C) while building a port or kernel? > > Some

Is it safe to interrupt (Ctrl + C) while building a port or kernel?

2011-11-03 Thread Антон Клесс
Sometimes, while building process of some port or system kernel are in progress, you suddenly remember that you did something wrong and have to stop, solve your mistake and start one more time. Is it clear to interrupt the building process just by pressing Ctrl + ? If it's so, do I need to run