rabbitmq-dist.mk: Create an .ez archive for `rabbit` too

The goal is to distribute RabbitMQ core (the `rabbit` Erlang
application) exactly as we distribute plugins. This simplifies the
startup script and CLI tools when we have to setup Erlang code search
path.
This commit is contained in:
Jean-Sébastien Pédron 2019-09-03 17:29:31 +02:00
parent 11c29bfb29
commit 405f86f39b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ $(error DIST_PLUGINS_LIST ($(DIST_PLUGINS_LIST)) is missing)
endif
$(eval $(foreach path, \
$(filter-out %/rabbit %/looking_glass %/lz4, \
$(filter-out %/looking_glass %/lz4, \
$(sort $(shell cat $(DIST_PLUGINS_LIST))) $(CURDIR)), \
$(call ez_target,$(if $(filter $(path),$(CURDIR)),$(PROJECT),$(notdir $(path))),$(path))))
endif