Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5d6cb0c
)
Tweak Ruby Makefile to use --gen syntax
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 00:48:56 +0000
(
00:48
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 00:48:56 +0000
(
00:48
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668889
13f79535
-47bb-0310-9956-
ffa450edef68
test/rb/Makefile
patch
|
blob
|
history
diff --git
a/test/rb/Makefile
b/test/rb/Makefile
index
326f720
..
ed0f91b
100644
(file)
--- a/
test/rb/Makefile
+++ b/
test/rb/Makefile
@@
-12,8
+12,8
@@
THRIFT = ../../compiler/cpp/thrift
all: stubs tests
stubs: ../ThriftTest.thrift ../SmallTest.thrift
- $(THRIFT) --rb ../ThriftTest.thrift
- $(THRIFT) --rb ../SmallTest.thrift
+ $(THRIFT) --
gen
rb ../ThriftTest.thrift
+ $(THRIFT) --
gen
rb ../SmallTest.thrift
tests: stubs
ruby TestSuite.rb