Hi Linus, These are the fixes to make sure 3.0 relally is 3.0, plus one fix for Makefile.asm-generic. Please pull and unset the SUBLEVEL variable, thanks. Michal The following changes since commit 55922c9d1b84b89cb946c777fddccb3247e7df2c: Linux 3.0-rc1 (2011-05-29 17:43:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes Michal Marek (5): kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVEL kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL kbuild: Move depmod call to a separate script kbuild: Hack for depmod not handling X.Y versions perf: Use make kernelversion instead of parsing the Makefile Peter Foley (1): kbuild: silence Nothing to be done for 'all' message Makefile | 16 ++---------- scripts/Makefile.asm-generic | 1 + scripts/depmod.sh | 48 ++++++++++++++++++++++++++++++++++++++ tools/perf/util/PERF-VERSION-GEN | 7 +---- 4 files changed, 53 insertions(+), 19 deletions(-) create mode 100755 scripts/depmod.sh -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html