Hi Linus, sorry for the late pull request. Here are the kbuild changes for v3.19-rc1: * Cleanups and deduplication in the main Makefile and scripts/Makefile.* * Sort the output of *config targets in make help * Old <linux/version.h> is always removed to avoid a surprise during bisecting * Warning fix in kconfig There is some more stuff in my backlog -- will submit this for 3.20-rc1. Michal The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild for you to fetch changes up to 1846dfbde3e8a53f3673dcb1c1b79fd9b3f8d40d: kbuild: remove redundant -rR flag of hdr-inst (2014-12-03 14:14:07 +0100) ---------------------------------------------------------------- Konstantin Khlebnikov (1): Makefile: sort list of defconfig targets in make help output Masahiro Yamada (2): kbuild: collect shorthands into scripts/Kbuild.include kbuild: remove redundant -rR flag of hdr-inst Michal Marek (3): kbuild: Remove duplicate $(cmd) definition in Makefile.clean kbuild: Automatically remove stale <linux/version.h> file kbuild: Fix make help-<board series> on powerpc Peter Kümmel (1): kconfig: Fix warning "‘jump’ may be used uninitialized" Makefile | 17 ++++++----------- scripts/Kbuild.include | 12 ++++++++++++ scripts/Makefile.clean | 10 +--------- scripts/Makefile.headersinst | 1 - scripts/kconfig/menu.c | 4 ++-- 5 files changed, 21 insertions(+), 23 deletions(-) -- 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