Hi Linus, please pull these kbuild bits for v3.14-rc1: - Fix make -s detection with make-4.0 - Fix for scripts/setlocalversion when the kernel repository is a submodule - Do not hardcode ';' in macros that expand to assembler code, as some architectures' assemblers use a different character for newline - Fix passing --gdwarf-2 to the assembler Thanks, Michal The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild Chen Gang (1): arch: use ASM_NL instead of ';' for assembler new line character in the macro Emil Medve (1): kbuild: Fix silent builds with make-4 Franck Bui-Huu (1): Fix detectition of kernel git repository in setlocalversion script [take #2] Geoff Levand (3): kbuild: Fix debugging info generation for .S files mn10300: Remove redundant debugging info flag frv: Remove redundant debugging info flag Makefile | 8 +++++++- arch/arc/include/asm/linkage.h | 2 ++ arch/frv/Makefile | 7 ------- arch/mn10300/Makefile | 8 -------- include/linux/linkage.h | 19 ++++++++++++------- scripts/setlocalversion | 3 ++- 6 files changed, 23 insertions(+), 24 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