Delete symlinks to `erlang.mk` and `rabbitmq-components.mk`

[Why]
They make it more difficult to compile RabbitMQ on Windows. They were
probably useful at the time of the switch to a monorepository but I
don't see their need anymore.
This commit is contained in:
Jean-Sébastien Pédron 2025-06-16 15:19:18 +02:00
parent c6e2405366
commit 63f7da23c7
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
12 changed files with 12 additions and 20 deletions

View File

@ -41,10 +41,10 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk \
DEP_PLUGINS += elvis_mk
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master
include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk
HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt
# --------------------------------------------------------------------

View File

@ -1 +0,0 @@
../../erlang.mk

View File

@ -1 +0,0 @@
../../rabbitmq-components.mk

View File

@ -45,10 +45,10 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
PLT_APPS = eunit
include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk
HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt
-include development.post.mk

View File

@ -1 +0,0 @@
../../erlang.mk

View File

@ -1 +0,0 @@
../../rabbitmq-components.mk

View File

@ -51,8 +51,8 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk \
PLT_APPS = ssl public_key
include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk
HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt

View File

@ -1 +0,0 @@
../../erlang.mk

View File

@ -1 +0,0 @@
../../rabbitmq-components.mk

View File

@ -45,10 +45,10 @@ DEP_PLUGINS = $(PROJECT)/mk/rabbitmq-build.mk \
PLT_APPS += mnesia crypto ssl
include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk
HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt \
mk/rabbitmq-build.mk \
mk/rabbitmq-dist.mk \

View File

@ -1 +0,0 @@
../../erlang.mk

View File

@ -1 +0,0 @@
../../rabbitmq-components.mk