Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Ryan <ryaner@users.noreply.github.com>2020-06-30 18:44:10 +0300
committerGitHub <noreply@github.com>2020-06-30 18:44:10 +0300
commit3c64ac22640cc816b83844b27173ac2563574bf1 (patch)
tree889a2a2d8ef19b9128c33cb700b5fb28c08354da /Makefile
parent24915b2ccff6d9c86be9699c69f6e280a093fc48 (diff)
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 60934b2891b..79110d8f075 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