commit | 557d6ea410c03a4cfb126e2031b605f8692c2a6a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Jul 27 14:48:28 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun Jul 27 14:48:28 2014 +0200 |
tree | 9c8ef4e28c4d5f4f0450467703f7a652a119e1c0 | |
parent | f04d9f45dd71318dddb00fb58814c8fb36a61372 [diff] |
make clean should rm src/gen instead of emptying
diff --git a/test/go/Makefile.am b/test/go/Makefile.am index 3ac1d8b..66f81ad 100644 --- a/test/go/Makefile.am +++ b/test/go/Makefile.am
@@ -45,7 +45,7 @@ GOPATH=`pwd` $(GO) install bin/stress clean-local: - $(RM) -r src/gen/* src/code.google.com src/thrift bin pkg gopath ThriftTest.thrift + $(RM) -r src/gen src/code.google.com src/thrift bin pkg gopath ThriftTest.thrift check: gopath GOPATH=`pwd` $(GO) test -v common/...