Skip to content

Commit

Permalink
update some comments, baidu#15
Browse files Browse the repository at this point in the history
  • Loading branch information
doublesongsong committed Jan 12, 2016
1 parent eb11a58 commit 8cd8d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ https://github.com/baidu/broc/wiki/broc-manual
#欢迎加入
如果你热爱开源,对我们感兴趣,我们来聊聊吧 [email protected]

# Contact
3 changes: 1 addition & 2 deletions dependency/Target.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,9 @@ def PreAction(self):
cpp_out = os.path.join('broc_out',
self.env.BrocCVSDir(),
normpath_proto[:pos])
# the current working directory is $WORKSPACE
cmd = "mkdir -p %(out)s && %(protoc)s --cpp_out=%(cpp_out)s %(proto_flags)s %(cvs_dirs)s \
-I=. %(protos)s" % (locals())
# 执行protoc的目录,在output下
self._proto_cmds.add(cmd)

# run protoc
Expand Down

0 comments on commit 8cd8d75

Please sign in to comment.