The patch titled kbuild: remove final references to deprecated, unreferenced TOPDIR has been removed from the -mm tree. Its filename was kbuild-remove-final-references-to-deprecated-unreferenced-topdir.patch This patch was dropped because it was nacked The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kbuild: remove final references to deprecated, unreferenced TOPDIR From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Now that the final references to the deprecated TOPDIR are gone, it seems safe to remove its definition. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN Makefile~kbuild-remove-final-references-to-deprecated-unreferenced-topdir Makefile --- a/Makefile~kbuild-remove-final-references-to-deprecated-unreferenced-topdir +++ a/Makefile @@ -148,15 +148,13 @@ _all: modules endif srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),$(CURDIR)) -TOPDIR := $(srctree) -# FIXME - TOPDIR is obsolete, use srctree/objtree objtree := $(CURDIR) src := $(srctree) obj := $(objtree) VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD)) -export srctree objtree VPATH TOPDIR +export srctree objtree VPATH # SUBARCH tells the usermode build what the underlying arch is. That is set _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch linux-next.patch kbuild-remove-final-references-to-deprecated-unreferenced-topdir.patch m32r-remove-the-unused-nohighmem-option.patch xtensa-warn-about-including-asm-rwsemh-directly.patch xtensa-use-newer-__spin_lock_unlocked-macro.patch uml-remove-the-dead-tty_log-code.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