提交 a4b741e3 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

[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: NJeff Dike <jdike@addtoit.com>
Acked-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 cead61a6
...@@ -96,7 +96,7 @@ PHONY += linux ...@@ -96,7 +96,7 @@ PHONY += linux
all: linux all: linux
linux: vmlinux linux: vmlinux
@echo ' SYMLINK $@' @echo ' LINK $@'
$(Q)ln -f $< $@ $(Q)ln -f $< $@
define archhelp define archhelp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册