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:
parent
11c29bfb29
commit
405f86f39b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue