[GIT PATCHES] kbuild fixes

From: Sam Ravnborg
Date: Thu Jan 19 2006 - 15:01:54 EST


Hi Linus.

Please pull from:

ssh://master.kernel.org/pub/linux/kernel/git/sam/kbuild.git

This will fix the issue that executing make menuconfig and make mrproper
will change permissions on /dev/null and sometimes convert it to a
regular file.
gcc ... -o /dev/null was causing the trouble so we avoid it now.

Two other fixes included:

Al Viro:
cris: asm-offsets related build failure

Sam Ravnborg:
kconfig: fix /dev/null breakage
kbuild: fix build with O=..


diffstat:

Makefile | 12 ++++++------
arch/cris/Makefile | 6 ++----
scripts/kconfig/lxdialog/Makefile | 7 +++++--
scripts/kconfig/lxdialog/check-lxdialog.sh | 15 +++++++++------
4 files changed, 22 insertions(+), 18 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/