Clean up symlink cache during 'make clean' (#70350)
Make building across versions, renamed modules can result in no such file errors by the install.
This commit is contained in:
parent
24915b2ccf
commit
3c64ac2264
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -153,6 +153,8 @@ clean:
|
|||
rm -f test/units/.coverage*
|
||||
rm -rf test/results/*/*
|
||||
find test/ -type f -name '*.retry' -delete
|
||||
@echo "Cleaning up symlink cache"
|
||||
rm -f SYMLINK_CACHE.json
|
||||
@echo "Cleaning up Debian building stuff"
|
||||
rm -rf debian
|
||||
rm -rf deb-build
|
||||
|
|
Loading…
Reference in a new issue