projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cead61a
)
[PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectly
author
Jeff Dike
<
[email protected]
>
Mon, 1 May 2006 19:16:06 +0000
(12:16 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 2 May 2006 01:17:45 +0000
(18:17 -0700)
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 <
[email protected]
>
Acked-by: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/Makefile
patch
|
blob
|
history
diff --git
a/arch/um/Makefile
b/arch/um/Makefile
index bed604af6c6f955e83aaf6212c88e9e1d8acaee5..f6ad832faf130dfd15714e0d54bbcb91736cce1b 100644
(file)
--- a/
arch/um/Makefile
+++ b/
arch/um/Makefile
@@
-96,7
+96,7
@@
PHONY += linux
all: linux
linux: vmlinux
- @echo '
SYM
LINK $@'
+ @echo ' LINK $@'
$(Q)ln -f $< $@
define archhelp