summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Sikora <piotr.sikora@frickle.com>2011-12-21 12:35:36 +0000
committerPiotr Sikora <piotr.sikora@frickle.com>2011-12-21 12:35:36 +0000
commit8bda2043d7aabb9da4c90ccc7e5ba62d235ac6ef (patch)
tree54ee2d3c401fd6d4fafb31da9dc4a4a6402fa191
parent632c8519e015cdfe8e70b562ffd32c6b5f87933a (diff)
downloadrabbitmq-server-8bda2043d7aabb9da4c90ccc7e5ba62d235ac6ef.tar.gz
When available, use VERSION defined in the environment.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d46b4348..f3cd2774 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests
ERLC_OPTS=-I $(INCLUDE_DIR) -o $(EBIN_DIR) -Wall -v +debug_info $(call boolean_macro,$(USE_SPECS),use_specs) $(call boolean_macro,$(USE_PROPER_QC),use_proper_qc)
-VERSION=0.0.0
+VERSION?=0.0.0
PLUGINS_SRC_DIR?=$(shell [ -d "plugins-src" ] && echo "plugins-src" || echo )
PLUGINS_DIR=plugins
TARBALL_NAME=rabbitmq-server-$(VERSION)