Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: fix 'No such file or directory' warning when cleaning
Since commit fcbb846 ("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: fcbb846 ("kbuild: remove header compile test") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information