Skip to content

Commit

Permalink
[PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectly
Browse files Browse the repository at this point in the history
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>
Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 2, 2006
1 parent cead61a commit a4b741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ PHONY += linux
all: linux

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

define archhelp
Expand Down

0 comments on commit a4b741e

Please sign in to comment.