projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3ad4c
)
kbuild: remove 'Using ... as source for kernel' message
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 22 Aug 2019 04:46:08 +0000
(13:46 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 29 Aug 2019 14:54:29 +0000
(23:54 +0900)
You already know the location of the source tree without this message.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 48836d17d1e2db75b505ba06d07a08c36fcbb5a5..c79c85126f0c515fb0f366c08232a4168693256b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1115,7
+1115,6
@@
PHONY += prepare archprepare prepare3
# 1) Check that make has not been executed in the kernel src $(srctree)
prepare3: include/config/kernel.release
ifdef building_out_of_srctree
- @$(kecho) ' Using $(srctree) as source for kernel'
$(Q)if [ -f $(srctree)/.config -o \
-d $(srctree)/include/config -o \
-d $(srctree)/arch/$(SRCARCH)/include/generated ]; then \