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:
6ff1dfb
)
Fixed broken build: "thrift -out <dir>" expects that <dir> already exists
author
Jens Geyer
<jensg@apache.org>
Fri, 16 May 2014 23:54:09 +0000
(
01:54
+0200)
committer
Jens Geyer
<jensg@apache.org>
Fri, 16 May 2014 23:54:09 +0000
(
01:54
+0200)
test/go/Makefile.am
patch
|
blob
|
history
diff --git
a/test/go/Makefile.am
b/test/go/Makefile.am
index
d9890c9
..
a23402e
100644
(file)
--- a/
test/go/Makefile.am
+++ b/
test/go/Makefile.am
@@
-28,6
+28,7
@@
ThriftTest.thrift: $(THRIFTTEST)
# Thrift for GO has problems with complex map keys: THRIFT-2063
gopath: $(THRIFT) ThriftTest.thrift
+ mkdir src/gen
$(THRIFTCMD) ThriftTest.thrift
$(THRIFTCMD) ../StressTest.thrift
ln -nfs ../../../lib/go/thrift src/thrift