Repository: thrift Updated Branches: refs/heads/master 6ff1dfb3a -> a47cf906a
Fixed broken build: "thrift -out <dir>" expects that <dir> already exists Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/a47cf906 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a47cf906 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a47cf906 Branch: refs/heads/master Commit: a47cf906ab060e7f6520d0eb8e5703008183f219 Parents: 6ff1dfb Author: Jens Geyer <[email protected]> Authored: Sat May 17 01:54:09 2014 +0200 Committer: Jens Geyer <[email protected]> Committed: Sat May 17 01:54:09 2014 +0200 ---------------------------------------------------------------------- test/go/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/a47cf906/test/go/Makefile.am ---------------------------------------------------------------------- diff --git a/test/go/Makefile.am b/test/go/Makefile.am index d9890c9..a23402e 100644 --- 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
