diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-27 10:38:41 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-27 10:38:41 +0100 |
| commit | 8c97b35bd2e73a3dfe386d57f3783ee82a5250e3 (patch) | |
| tree | 54f68308e7efa6c7b561295ff23e9bb53e101756 /Makefile | |
| parent | 796892629ad1cf3a3b832de52b57f431052de88a (diff) | |
| download | rabbitmq-server-git-8c97b35bd2e73a3dfe386d57f3783ee82a5250e3.tar.gz | |
re-instante the README and remove rabbit_common
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
