diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-05-16 16:58:03 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-05-16 16:58:03 +0200 |
| commit | ced8290812301cb2101b429d0cf1a6d7916daba2 (patch) | |
| tree | 4bd631dc854562a94f99ed9f1449d58b198bba11 | |
| parent | 3b643e1ceedce8e61cfc0c065534dee9524671e7 (diff) | |
| download | rabbitmq-server-git-ced8290812301cb2101b429d0cf1a6d7916daba2.tar.gz | |
Makefile: Load the new `rabbitmq-early-test.mk` early-stage pluginrabbitmq_v3_6_10_rc2
See the corresponding commit in rabbitmq-common for an explanation.
[#144697185]
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ EXTRA_SOURCES += $(USAGES_ERL) .DEFAULT_GOAL = all $(PROJECT).d:: $(EXTRA_SOURCES) +DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-test.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \ rabbit_common/mk/rabbitmq-dist.mk \ rabbit_common/mk/rabbitmq-run.mk \ |
