summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2019-12-04 11:51:48 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 13:00:09 +0100
commitc2a5e97de44adbf4a4b61b5a4e5f3fbc28b19d86 (patch)
tree4269d03b6db8eeb438db6082abe87aa7fea82db8 /kernel
parent0769cdddb88d50d61a97bc8b304a7205744d7689 (diff)
kbuild: fix 'No such file or directory' warning when cleaning
[ Upstream commit cf6b58ab2d55f5a143c88c219c8e66ff0720fa69 ] Since commit fcbb8461fd23 ("kbuild: remove header compile test"), 'make clean' with O= option in the pristine source tree emits 'No such file or directory' warning. $ git clean -d -f -x $ make O=foo clean make[1]: Entering directory '/home/masahiro/linux/foo' find: ‘usr/include’: No such file or directory make[1]: Leaving directory '/home/masahiro/linux/foo' Fixes: fcbb8461fd23 ("kbuild: remove header compile test") Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions