You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/07/26 09:47:38 UTC

git commit: test/go: use mkdir -p

Repository: thrift
Updated Branches:
  refs/heads/master 54c0d2e8e -> 2591be279


test/go: use mkdir -p


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/2591be27
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/2591be27
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/2591be27

Branch: refs/heads/master
Commit: 2591be279025eb3e4031a22ee2d68e10ceb416d2
Parents: 54c0d2e
Author: Roger Meier <ro...@apache.org>
Authored: Sat Jul 26 09:40:07 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sat Jul 26 09:40:07 2014 +0200

----------------------------------------------------------------------
 test/go/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/2591be27/test/go/Makefile.am
----------------------------------------------------------------------
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 59450ce..3ac1d8b 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -28,7 +28,7 @@ ThriftTest.thrift: $(THRIFTTEST)
 
 # Thrift for GO has problems with complex map keys: THRIFT-2063
 gopath: $(THRIFT) ThriftTest.thrift
-	mkdir src/gen
+	mkdir -p src/gen
 	$(THRIFTCMD) ThriftTest.thrift
 	$(THRIFTCMD) ../StressTest.thrift
 	ln -nfs ../../../lib/go/thrift src/thrift