8000 Set RUBY and GEM values as a fallback · sysumjc/rabbitmq-tutorials@780d456 · GitHub
[go: up one dir, main page]

Skip to content

Commit 780d456

Browse files
author
Michael Klishin
committed
Set RUBY and GEM values as a fallback
1 parent a11085b commit 780d456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RABBITVER:=$(shell curl -s "http://www.rabbitmq.com/releases/rabbitmq-server/" |
4545
R=http://www.rabbitmq.com/releases
4646

4747
# Default value assumes CI environment
48-
RUBY=ruby1.9.1
48+
RUBY?=ruby1.9.1
4949

5050
DVER=$(RABBITVER)
5151
dotnet/.ok:
@@ -108,7 +108,6 @@ clean::
108108
(cd php && \
109109
rm -rf .ok lib)
110110

111-
GEM=$(GEM)
112111
GEM?=gem1.9.1
113112
TOPDIR:=$(PWD)
114113
ruby/.ok:

0 commit comments

Comments
 (0)
0