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:
Stephen Ryan 2020-06-30 16:44:10 +01:00 committed by GitHub
parent 24915b2ccf
commit 3c64ac2264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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