[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200810241224.38541.alistair@devzero.co.uk>
Date: Fri, 24 Oct 2008 12:24:38 +0100
From: Alistair John Strachan <alistair@...zero.co.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.28-rc1
On Friday 24 October 2008 05:10:29 Linus Torvalds wrote:
> It's been two weeks, so it's time to close the merge window. A 2.6.28-rc1
> is out there, and it's hopefully all good.
It seems if you have a broken asm/ symlink in include/ (which happened as a
result of the x86 header moves, for me) the kernel won't try to update it
appropriately, and this breaks "make prepare".
$ make ARCH=x86_64 prepare
CHK include/linux/version.h
CHK include/linux/utsrelease.h
GEN include/asm/asm-offsets.h
/bin/sh: include/asm/asm-offsets.h: No such file or directory
make[1]: *** [include/asm/asm-offsets.h] Error 1
make: *** [prepare0] Error 2
rm -f include/asm fixes it
This was just from taking a 2.6.27 tree, git clean -d -f, git pull, make
oldconfig. Might be a nice thing to fix?
--
Cheers,
Alistair.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists