summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-07-26 09:40:07 +0200
committerRoger Meier <roger@apache.org>2014-07-26 09:40:07 +0200
commit2591be279025eb3e4031a22ee2d68e10ceb416d2 (patch)
tree473a7efd0cae84c600bfcf189af896e7f9abaaf9 /test/go
parent54c0d2e8e71678f3f77339f4b3a3a640c29aeaa4 (diff)
downloadthrift-2591be279025eb3e4031a22ee2d68e10ceb416d2.tar.gz
test/go: use mkdir -p
Diffstat (limited to 'test/go')
-rw-r--r--test/go/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 59450cedb..3ac1d8bc2 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