mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: add "check succeeded" message.
* README, README.ja: follow above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0212af1733
commit
b32f79e0db
4 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Dec 23 06:03:00 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* common.mk: add "check succeeded" message.
|
||||||
|
|
||||||
|
* README, README.ja: follow above change.
|
||||||
|
|
||||||
Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
|
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
|
||||||
|
|
2
README
2
README
|
@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
|
||||||
5. Run make.
|
5. Run make.
|
||||||
|
|
||||||
6. Optionally, run 'make check' to check whether the compiled Ruby
|
6. Optionally, run 'make check' to check whether the compiled Ruby
|
||||||
interpreter works well. If you see the message "test succeeded",
|
interpreter works well. If you see the message "check succeeded",
|
||||||
your ruby works as it should (hopefully).
|
your ruby works as it should (hopefully).
|
||||||
|
|
||||||
7. Run 'make install'
|
7. Run 'make install'
|
||||||
|
|
|
@ -111,7 +111,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
|
||||||
|
|
||||||
6. make checkでテストを行う.
|
6. make checkでテストを行う.
|
||||||
|
|
||||||
「test succeeded」と表示されれば成功です.ただしテスト
|
「check succeeded」と表示されれば成功です.ただしテスト
|
||||||
に成功しても完璧だと保証されている訳ではありません.
|
に成功しても完璧だと保証されている訳ではありません.
|
||||||
|
|
||||||
7. make install
|
7. make install
|
||||||
|
|
|
@ -460,6 +460,7 @@ realclean-extout: distclean-extout
|
||||||
clean-enc distclean-enc realclean-enc: PHONY
|
clean-enc distclean-enc realclean-enc: PHONY
|
||||||
|
|
||||||
check: test test-all
|
check: test test-all
|
||||||
|
$(ECHO) check succeeded
|
||||||
check-ruby: test test-ruby
|
check-ruby: test test-ruby
|
||||||
|
|
||||||
btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest
|
btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue