Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4b741e3 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[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: default avatarJeff Dike <jdike@addtoit.com>
Acked-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent cead61a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ PHONY += linux
all: linux

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

define archhelp