[GIT] kbuild core changes for 2.6.37-rc1

From: Michal Marek
Date: Thu Oct 28 2010 - 18:02:50 EST


Hi Linus,

please pull these kbuild changes for 2.6.37-rc1:
* usr/initramfs cleanup and fix (and a fix to build Blackfin again)
* 'make clean' cleanup and fix
* two more minor fixes

Nothing really exciting this time, I have three more branches that will
follow.

Michal

The following changes since commit da5cabf80e2433131bf0ed8993abc0f7ea618c73:

Linux 2.6.36-rc1 (2010-08-15 17:41:37 -0700)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kbuild

Andy Shevchenko (1):
scripts/mod/modpost.c: fix commentary accordingly to last changes

Hendrik Brueckner (2):
initramfs: generalize initramfs_data.xxx.S variants
initramfs: fix initramfs size calculation

Jean Sacren (1):
scripts/kallsyms: Enable error messages while hush up unnecessary warnings

Michael Prokop (1):
scripts/setlocalversion: update comment

Michal Marek (4):
kbuild: Really don't clean bounds.h and asm-offsets.h
kbuild: Do not run make clean in $(srctree)
kbuild: Use a single clean rule for kernel and external modules
Merge branch 'kbuild/clean' into kbuild/kbuild

Mike Frysinger (1):
initramfs: Fix build break on symbol-prefixed archs

Documentation/kbuild/makefiles.txt | 7 +++++++
Kbuild | 4 ++--
Makefile | 33 +++++++++++++--------------------
include/asm-generic/vmlinux.lds.h | 3 ++-
init/initramfs.c | 9 ++++-----
scripts/Makefile.clean | 2 ++
scripts/Makefile.lib | 4 +++-
scripts/kallsyms.c | 8 ++------
scripts/mod/modpost.c | 5 ++++-
scripts/setlocalversion | 6 ++++--
usr/Makefile | 6 ++++--
usr/initramfs_data.S | 21 ++++++++++++++-------
usr/initramfs_data.bz2.S | 29 -----------------------------
usr/initramfs_data.gz.S | 29 -----------------------------
usr/initramfs_data.lzma.S | 29 -----------------------------
usr/initramfs_data.lzo.S | 29 -----------------------------
16 files changed, 61 insertions(+), 163 deletions(-)
delete mode 100644 usr/initramfs_data.bz2.S
delete mode 100644 usr/initramfs_data.gz.S
delete mode 100644 usr/initramfs_data.lzma.S
delete mode 100644 usr/initramfs_data.lzo.S
--
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/