The patch titled uml: uml-makefile-nicer uses SYMLINK incorrectly has been removed from the -mm tree. Its filename is uml-uml-makefile-nicer-uses-symlink-incorrectly.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Jeff Dike <jdike@xxxxxxxxxxx> Blaisorblade's uml-makefile-nicer makes a V=0 build say SYMLINK where what's happening is really a LINK. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/Makefile~uml-uml-makefile-nicer-uses-symlink-incorrectly arch/um/Makefile --- devel/arch/um/Makefile~uml-uml-makefile-nicer-uses-symlink-incorrectly 2006-05-01 12:15:32.000000000 -0700 +++ devel-akpm/arch/um/Makefile 2006-05-01 12:15:32.000000000 -0700 @@ -96,7 +96,7 @@ PHONY += linux all: linux linux: vmlinux - @echo ' SYMLINK $@' + @echo ' LINK $@' $(Q)ln -f $< $@ define archhelp _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-change-timer-initialization.patch uml-make-copy__user-atomic.patch uml-fix-not_dead_yet-when-directory-is-in-bad-state.patch uml-rename-and-improve-actually_do_remove.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