Clean up symlink cache during 'make clean' (#70350)

Make building across versions, renamed modules can result in no such
file errors by the install.
pull/70394/head
Stephen Ryan 4 years ago committed by GitHub
parent 24915b2ccf
commit 3c64ac2264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save