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:
220ec02
)
[PATCH] Uml: hide commands when not being verbose
author
Paolo 'Blaisorblade' Giarrusso
<
[email protected]
>
Sun, 9 Oct 2005 19:37:05 +0000
(21:37 +0200)
committer
Linus Torvalds
<
[email protected]
>
Mon, 10 Oct 2005 15:36:00 +0000
(08:36 -0700)
Add a missing $(Q) to a "ln" invocation.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <
[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 7af37e342e331bf89f0880c2ae0ae4d690f3cbea..e1ffad2246053651339c07281a5aa003aa60c3d9 100644
(file)
--- a/
arch/um/Makefile
+++ b/
arch/um/Makefile
@@
-152,7
+152,7
@@
archclean:
$(SYMLINK_HEADERS):
@echo ' SYMLINK $@'
ifneq ($(KBUILD_SRC),)
- ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
+
$(Q)
ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
else
$(Q)cd $(TOPDIR)/$(dir $@) ; \
ln -sf $(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $(notdir $@)