Move rabbitmq_prelaunch from `deps/rabbit/apps` to `deps`

[Why]
Building an Erlang release with this application under `apps` happened
to be problematic with Erlang.mk. Our use of deps and apps is not
exactly standard here anyway.

We also get issues with various make targets where `rabbitmq_prelaunch`
is being cleaned and not re-compiled, leading to "application not found"
errors.

[How]
So instead of fighting, move `rabbitmq_prelaunch` to the deps directory,
like all other applications.

This commit is not enough and will be followed with changes to Makefiles
and Bazel files. This is not done in this commit so the changes are
visible. Otherwise, they would be burried in the move.
This commit is contained in:
Jean-Sébastien Pédron 2023-12-08 12:52:56 +01:00
parent e7273f6118
commit 26ebcda301
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
27 changed files with 0 additions and 0 deletions