summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-02-17 11:11:57 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2016-02-17 11:11:57 +0000
commit7104595588c739dc8e92671b0307adcb9b40ef2f (patch)
tree67bfc4911d5e1a5617e13fb15effd2eb3c8f9d3b /Makefile
parent77bea34198bbbf4f67f726652e5144ca14d66601 (diff)
downloadrabbitmq-server-git-7104595588c739dc8e92671b0307adcb9b40ef2f.tar.gz
Support for plugin schemas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index dfb7555d79..e0f0328210 100644
--- a/Makefile
+++ b/Makefile
@@ -359,7 +359,7 @@ install: install-erlapp install-scripts
install-erlapp: dist
$(verbose) mkdir -p $(DESTDIR)$(RMQ_ERLAPP_DIR)
- $(inst_verbose) cp -r include ebin plugins LICENSE* INSTALL \
+ $(inst_verbose) cp -r include ebin plugins priv LICENSE* INSTALL \
$(DESTDIR)$(RMQ_ERLAPP_DIR)
$(verbose) echo "Put your EZs here and use rabbitmq-plugins to enable them." \
> $(DESTDIR)$(RMQ_ERLAPP_DIR)/plugins/README
@@ -400,7 +400,7 @@ install-windows: install-windows-erlapp install-windows-scripts install-windows-
install-windows-erlapp: dist
$(verbose) mkdir -p $(DESTDIR)$(WINDOWS_PREFIX)
- $(inst_verbose) cp -r include ebin plugins LICENSE* INSTALL \
+ $(inst_verbose) cp -r include ebin plugins priv LICENSE* INSTALL \
$(DESTDIR)$(WINDOWS_PREFIX)
$(verbose) echo "Put your EZs here and use rabbitmq-plugins.bat to enable them." \
> $(DESTDIR)$(WINDOWS_PREFIX)/plugins/README.txt
@@ -454,7 +454,3 @@ package-generic-unix: $(PACKAGES_SOURCE_DIST_FILE)
$(verbose) $(MAKE) -C packaging $@ \
SOURCE_DIST_FILE=$(abspath $(PACKAGES_SOURCE_DIST_FILE))
-generate-config:
- rm -rf generated/rabbitmq.*.config
- ./cuttlefish -e . -s ./schema -c rabbitmq.conf.d/rabbitmq.conf -f rabbitmq
- mv generated/rabbitmq.*.config generated/rabbitmq.config