Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-30 Thread Peter Teoh
On Thu, May 1, 2008 at 2:47 AM, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Thu, May 01, 2008 at 12:24:21AM +0800, Peter Teoh wrote: > > Mine is same: > > > > md5sum arch/um/Makefile > > 9088cdab1c0b725568e8f269636dc6df arch/um/Makefile > > What make are you using? > Thank you Jeff, /mnt/hd0/

Re: [uml-devel] actually useful backtrace from a CPU-chewing hang

2008-04-30 Thread Nix
On 28 Apr 2008, Jeff Dike told this: > On Sat, Apr 26, 2008 at 07:31:44PM +0100, Nix wrote: >> The cause of this is almost certainly time-skewing on the *host* via >> adjtimex(). I stopped ntpd and there were no problems for half a day: I >> restarted it, and as soon as ntpd had synched and begun

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-30 Thread Jeff Dike
On Thu, May 01, 2008 at 12:24:21AM +0800, Peter Teoh wrote: > Mine is same: > > md5sum arch/um/Makefile > 9088cdab1c0b725568e8f269636dc6df arch/um/Makefile What make are you using? Jeff -- Work email - jdike at linux dot intel dot com ---

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-30 Thread Peter Teoh
On Tue, Apr 29, 2008 at 11:37 PM, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 08:02:06PM +0800, Peter Teoh wrote: > > ErhI don't understand, is there something specifically called > > "UML" with a version to it? > > What I meant was the kernel version> > > /mnt/hd0/downlo

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-30 Thread Antoine Martin
Peter Teoh wrote: > Erh...I think I found the error. I did "make oldconfig arch=um", it > works. And now I did "make arch=um" it started compiling. Is this > correct? Documentation every says "make xxxconfig ARCH=um" where the > ARCH is capitals, which gave me error. Thanks. > ARCH ha

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-30 Thread Peter Teoh
Erh...I think I found the error. I did "make oldconfig arch=um", it works. And now I did "make arch=um" it started compiling. Is this correct? Documentation every says "make xxxconfig ARCH=um" where the ARCH is capitals, which gave me error. Thanks. On Wed, Apr 30, 2008 at 1:29 AM, Jeff