From: Jeff Dike Date: Mon, 1 May 2006 19:16:06 +0000 (-0700) Subject: [PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectly X-Git-Tag: v2.6.17-rc4~77 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a4b741e380cb56045ccea36f2dbc10e42af21f24;p=linux-2.6-omap-h63xx.git [PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectly 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 Acked-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Makefile b/arch/um/Makefile index bed604af6c6..f6ad832faf1 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -96,7 +96,7 @@ PHONY += linux all: linux linux: vmlinux - @echo ' SYMLINK $@' + @echo ' LINK $@' $(Q)ln -f $< $@ define archhelp