Searched hist:c2e28dc975ea87feed84415006ae143424912ac7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | 7ff525712acf9325e9acdb27bbc93049ea2e850c Tue Sep 09 06:02:22 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fake the "Entering directory ..." message more simply
Commit c2e28dc975ea87feed84415006ae143424912ac7 (kbuild: Print the name of the build directory) added a gimmick to show the "Entering directory ...".
Instead of echoing the hard-coded message (that is, we need to know the exact message), moving --no-print-directory would be easier.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Michal Marek <mmarek@suse.cz> c2e28dc975ea87feed84415006ae143424912ac7 Wed Jul 02 07:28:26 CDT 2014 Michal Marek <mmarek@suse.cz> 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>
|