From 3c64ac22640cc816b83844b27173ac2563574bf1 Mon Sep 17 00:00:00 2001 From: Stephen Ryan Date: Tue, 30 Jun 2020 16:44:10 +0100 Subject: [PATCH] Clean up symlink cache during 'make clean' (#70350) Make building across versions, renamed modules can result in no such file errors by the install. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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