Masahiro Yamada
c2a5e97de4
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>
2020-03-12 13:00:09 +01:00
..
2020-03-12 13:00:09 +01:00
2019-07-08 23:13:57 +09:00
2017-11-02 11:10:55 +01:00
2020-01-09 10:20:00 +01:00
2018-08-22 23:21:44 +09:00
2019-07-15 11:03:01 -03:00
2019-09-24 15:54:07 -07:00