interrupting the compile process and restart from where I stopped

2011-02-28 Thread Tapas Mishra
Hi,
is there a way I can interrupt the ongoing kernel compile process and
power off my machine and when I can get back to it
then restart from where I had stopped the kernel compilation which I
had interrupted.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: interrupting the compile process and restart from where I stopped

2011-02-28 Thread Greg KH
On Tue, Mar 01, 2011 at 10:04:23AM +0530, Tapas Mishra wrote:
 Hi,
 is there a way I can interrupt the ongoing kernel compile process and
 power off my machine and when I can get back to it
 then restart from where I had stopped the kernel compilation which I
 had interrupted.

Hit ctrl-c to stop the build.
Then go back to the directory and type 'make' like before, it will pick
up where it left off.

Hope this helps,

greg k-h

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies