]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: Print the name of the build directory
authorMichal Marek <mmarek@suse.cz>
Wed, 2 Jul 2014 12:28:26 +0000 (14:28 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 3 Jul 2014 13:25:11 +0000 (15:25 +0200)
commit1b8834fa5406a33f6b0a0fa6a0d38fb2a3461b95
tree413a5d0f1c264b6fdbd0d8cd63adae0f691b0c43
parent911d8a7554008a65e3c78037a7810001576cd3f1
kbuild: Print the name of the build directory

With commit d4c86b0d (kbuild: Use relative path when building in a
subdir of the source tree), the compiler messages include relative
paths. These are however relative to the build directory, not the
directory where make was started. Print the "Entering directory ..."
message once, so that IDEs/editors can find the source files.

Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile