March 1, 2011
6 a.m.
On Tue, Mar 1, 2011 at 11:23 AM, Greg KH <greg@kroah.com> wrote:
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
Ohh ok yes this helps I was not aware of this option.Thanks.