[GIT PATCHES] kbuild updates

From: Sam Ravnborg
Date: Mon Jan 09 2006 - 16:10:53 EST


Hi Linus.

Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git

Important changes:
o do not build vmlinux as part of make install.
Error out if file is missing
o no longer use git as part of make install

The changes has not been in -mm, But most are trivial and it works for
me.
The lxdialog change is a preparation for linking in lxdialog with
menuconfig.

Sam

Documentation/kbuild/makefiles.txt | 4 -
Kbuild | 6 -
Makefile | 99 +++++++++++++++--------------
arch/frv/boot/Makefile | 5 -
arch/i386/Makefile | 9 +-
arch/i386/boot/Makefile | 2
arch/i386/boot/install.sh | 14 ++++
arch/ia64/Makefile | 7 --
arch/powerpc/Makefile | 6 -
arch/ppc/Makefile | 4 -
arch/x86_64/Makefile | 5 +
arch/x86_64/boot/Makefile | 2
arch/x86_64/boot/install.sh | 41 ------------
fs/xfs/Kbuild | 7 +-
scripts/kconfig/lxdialog/Makefile | 48 +++-----------
scripts/kconfig/lxdialog/check-lxdialog.sh | 68 +++++++++++++++++++
scripts/mod/file2alias.c | 3
scripts/reference_discarded.pl | 7 +-
scripts/setlocalversion | 3
19 files changed, 182 insertions(+), 158 deletions(-)

Brian Gerst:
kbuild: clean up asm-offsets.h creation
modpost/file2alias: Fix typo

Dave Jones:
kbuild: reference_discarded addition

H. Peter Anvin:
kbuild: drop vmlinux dependency from "make install"

Ryan Anderson:
kbuild: In setlocalversion change -git_dirty to just -dirty

Sam Ravnborg:
kconfig: factor out ncurses check in a shell script
kbuild: remove GCC_VERSION
frv: Use KERNELRELEASE
kbuild/xfs: introduce fs/xfs/Kbuild
kbuild: KERNELRELEASE is only re-defined when buiding the kernel

Tore Anderson:
kbuild: ensure mrproper removes .old_version

-
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/