commit | c2e28dc975ea87feed84415006ae143424912ac7 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Wed Jul 02 14:28:26 2014 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Thu Jul 03 15:25:11 2014 +0200 |
tree | 413a5d0f1c264b6fdbd0d8cd63adae0f691b0c43 | |
parent | c14105628b2e2eee04b2d6950e068eeddf49f2f1 [diff] |
kbuild: Print the name of the build directory With commit 9da0763b (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>