[PATCH] UML - uml-makefile-nicer uses SYMLINK incorrectly

From: Jeff Dike
Date: Mon May 01 2006 - 13:38:54 EST


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>

Index: linux-2.6.16/arch/um/Makefile
===================================================================
--- linux-2.6.16.orig/arch/um/Makefile 2006-05-01 13:23:13.000000000 -0400
+++ linux-2.6.16/arch/um/Makefile 2006-05-01 13:28:47.000000000 -0400
@@ -96,7 +96,7 @@ PHONY += linux
all: linux

linux: vmlinux
- @echo ' SYMLINK $@'
+ @echo ' LINK $@'
$(Q)ln -f $< $@

define archhelp

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/