rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.84k stars 3.9k forks source link

Various make cleanup/consolidation #11549

Closed lhoguin closed 5 days ago

lhoguin commented 1 week ago

The goal is to remove what we don't need, convert custom code to stock Erlang.mk features (such as Hex.pm support which is now available in Erlang.mk), and consolidate the make code in one place now that we have a monorepo (this will make moving applications from deps/ to apps/ easier later on as well).

lhoguin commented 6 days ago

This should be looked into as part of this PR: https://github.com/rabbitmq/rabbitmq-server/pull/11558#issuecomment-2191179383