diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-22 13:46:10 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-29 23:54:29 +0900 |
commit | 1a475d5486755fcf48d710cb7dc3a8a5f7bad573 (patch) | |
tree | ff5092ee2b3976a80119a59caa24222eb71e0d3b /kernel/kcmp.c | |
parent | 621da4ba0e244ba3cfb2e8a9a9055299ec0ab0d3 (diff) |
kbuild: clarify where to run make mrproper when out-of-tree fails
If you try out-of-tree build with an unclean source tree, Kbuild
suggests to run make mrproper. The path to the source tree may be
shown with a relative path, for example, "make O=foo" emits the
following:
.. is not clean, please run 'make mrproper'
in the '..' directory.
This is somewhat confusing if you ran "make O=foo" in the source tree.
Using the absolute path will be clearer.
This commit changes the error message like follows:
***
*** The source tree is not clean, please run 'make mrproper'
*** in /absolute/path/to/linux
***
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'kernel/kcmp.c')
0 files changed, 0 insertions, 0 deletions