Commit 0b3cfc79 authored by Jisi Liu's avatar Jisi Liu

Remove the extra -j8 as it can be passed in $@ already.

Change-Id: I97960f30d50b1635aa6c395377cd021ef5ebddd5
parent 329fa02b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment