summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2021-06-22 11:26:27 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2021-06-22 11:26:46 +0100
commit0cbef999cceea632a953111c955548f20d6fdc4f (patch)
tree0d0def20910f82d763cc85cb8514cad01a666e57 /Makefile
parent2d06a67921dacc6519561a03f8df12df06250aef (diff)
downloadrabbitmq-server-git-0cbef999cceea632a953111c955548f20d6fdc4f.tar.gz
Add make target for cleaning deps of deps, like ra, osiris, etc.
This is helpful when we want to ensure a clean slate, which is what happens when deps of deps go out of sync, and builds / tests start failing for unexpected reasons. Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7c97eb1ef..239591120b 100644
--- a/Makefile
+++ b/Makefile
@@ -347,6 +347,9 @@ clean-unpacked-source-dist:
fi; \
done
+clean-deps:
+ git clean -xfffd deps
+
# --------------------------------------------------------------------
# Packaging.
# --------------------------------------------------------------------