lkml.org 
[lkml]   [2006]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] UML - uml-makefile-nicer uses SYMLINK incorrectly
Date
From
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@addtoit.com>

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-01 19:41    [W:0.043 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site