mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (update-coverage): Remove a never executed line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
557802a1da
commit
1a37c5a4b6
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 2 22:01:51 2014 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* Makefile.in (update-coverage): Remove a never executed line.
|
||||
|
||||
Tue Sep 2 19:48:26 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* process.c (handle_fork_error): Extracted from retry_fork.
|
||||
|
|
|
@ -475,7 +475,6 @@ update-coverage:
|
|||
else \
|
||||
echo retrieving simplecov ...; \
|
||||
exec git clone $(SIMPLECOV_GIT_URL) coverage/simplecov; \
|
||||
cd coverage/simplecov; \
|
||||
fi
|
||||
|
||||
INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
|
||||
|
|
Loading…
Reference in a new issue