aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2019-12-04 11:51:48 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2019-12-09 10:08:21 +0900
commitcf6b58ab2d55f5a143c88c219c8e66ff0720fa69 (patch)
tree037784e85243e566a741f92b61263c2f64254e51 /Makefile
parentLinux 5.5-rc1 (diff)
downloadlinux-dev-cf6b58ab2d55f5a143c88c219c8e66ff0720fa69.tar.xz
linux-dev-cf6b58ab2d55f5a143c88c219c8e66ff0720fa69.zip
kbuild: fix 'No such file or directory' warning when cleaning
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions