aboutsummaryrefslogtreecommitdiff
path: root/generate_descriptor_proto.sh
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-03-02 10:54:10 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-03-02 10:54:10 -0800
commit0b3cfc7981fed468f7dec27eb7be1739d17cc171 (patch)
tree9332796b0de37d4d91298b9aaa69fd90c296bea8 /generate_descriptor_proto.sh
parent329fa02b429d0bc7516e4f27063d0e9fbb26f57f (diff)
downloadprotobuf-0b3cfc7981fed468f7dec27eb7be1739d17cc171.tar.gz
protobuf-0b3cfc7981fed468f7dec27eb7be1739d17cc171.tar.bz2
protobuf-0b3cfc7981fed468f7dec27eb7be1739d17cc171.zip
Remove the extra -j8 as it can be passed in $@ already.
Change-Id: I97960f30d50b1635aa6c395377cd021ef5ebddd5
Diffstat (limited to 'generate_descriptor_proto.sh')
-rwxr-xr-xgenerate_descriptor_proto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_descriptor_proto.sh b/generate_descriptor_proto.sh
index a8d95aaf..b25a3c6a 100755
--- a/generate_descriptor_proto.sh
+++ b/generate_descriptor_proto.sh
@@ -36,7 +36,7 @@ do
cp google/protobuf/compiler/plugin.pb.h google/protobuf/compiler/plugin.pb.h.tmp
cp google/protobuf/compiler/plugin.pb.cc google/protobuf/compiler/plugin.pb.cc.tmp
- make -j8 $@ protoc &&
+ make $@ protoc &&
./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto