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:
parent
c6e2405366
commit
63f7da23c7
|
@ -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
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../erlang.mk
|
|
@ -1 +0,0 @@
|
|||
../../rabbitmq-components.mk
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../erlang.mk
|
|
@ -1 +0,0 @@
|
|||
../../rabbitmq-components.mk
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../erlang.mk
|
|
@ -1 +0,0 @@
|
|||
../../rabbitmq-components.mk
|
|
@ -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 \
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../erlang.mk
|
|
@ -1 +0,0 @@
|
|||
../../rabbitmq-components.mk
|
Loading…
Reference in New Issue