The patch titled Makefile typo has been added to the -mm tree. Its filename is makefile-typo.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Makefile typo From: Andreas Schwab <schwab@xxxxxxx> Fix a typo in the toplevel makefile. Signed-off-by: Andreas Schwab <schwab@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~makefile-typo Makefile --- a/Makefile~makefile-typo +++ a/Makefile @@ -539,7 +539,7 @@ export MODLIB ifdef INSTALL_MOD_STRIP ifeq ($(INSTALL_MOD_STRIP),1) -mod_strip_cmd = $STRIP) --strip-debug +mod_strip_cmd = $(STRIP) --strip-debug else mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP) endif # INSTALL_MOD_STRIP=1 _ Patches currently in -mm which might be from schwab@xxxxxxx are origin.patch makefile-typo.patch git-klibc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html