summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Ryan <ryaner@users.noreply.github.com>2020-06-30 16:44:10 +0100
committerGitHub <noreply@github.com>2020-06-30 11:44:10 -0400
commit3c64ac22640cc816b83844b27173ac2563574bf1 (patch)
tree889a2a2d8ef19b9128c33cb700b5fb28c08354da /Makefile
parent24915b2ccff6d9c86be9699c69f6e280a093fc48 (diff)
downloadansible-3c64ac22640cc816b83844b27173ac2563574bf1.tar.gz
Clean up symlink cache during 'make clean' (#70350)
Make building across versions, renamed modules can result in no such file errors by the install.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60934b2891..79110d8f07 100644
--- a/Makefile
+++ b/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