summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-27 10:38:41 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-27 10:38:41 +0100
commit8c97b35bd2e73a3dfe386d57f3783ee82a5250e3 (patch)
tree54f68308e7efa6c7b561295ff23e9bb53e101756 /Makefile
parent796892629ad1cf3a3b832de52b57f431052de88a (diff)
downloadrabbitmq-server-git-8c97b35bd2e73a3dfe386d57f3783ee82a5250e3.tar.gz
re-instante the README and remove rabbit_common
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 588f1251bd..20fdd5828d 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,8 @@ plugins:
[ -d "$(PLUGINS_SRC_DIR)/rabbitmq-server" ] || ln -s "$(CURDIR)" "$(PLUGINS_SRC_DIR)/rabbitmq-server"
mkdir -p $(PLUGINS_DIST_DIR)
PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins-dist PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIST_DIR)" VERSION=$(VERSION)
+ echo "Put your EZs here and use rabbitmq-plugins to enable them." > $(PLUGINS_DIST_DIR)/README
+ rm -f $(PLUGINS_DIST_DIR)/rabbit_common*.ez
else
plugins:
# Not building plugins