summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2020-11-10 10:40:02 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2020-11-13 14:41:23 +0100
commit5df50e49c720de530a03c712cdadcadd461cc1f7 (patch)
tree372aae4c3054d31a41e48e26cc9793ec50d2dc5c
parenta9abed04acc07ae5c0dae52cfd2b3460eb2bfd1e (diff)
downloadrabbitmq-server-git-v3.7.x.tar.gz
Ensure that `make distclean` does not remove vendored depsv3.7.x
More precisely, it will leave the deps dir intact
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1e4f66e3f4..fa10d0e002 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-tools.mk
+DISABLE_DISTCLEAN = 1
+
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
# reviewed and merged.