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
commitf71e5e4b61bdfd216124d5da49140f4cde5c3a12 (patch)
tree54ee2d3c401fd6d4fafb31da9dc4a4a6402fa191
parent1aadea65eac6ede7a43cb55540bca8060f4b6f9e (diff)
downloadrabbitmq-server-git-f71e5e4b61bdfd216124d5da49140f4cde5c3a12.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 d46b43489b..f3cd277430 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)