1
0
Fork 0
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:
kazu 2011-12-22 21:06:23 +00:00
parent 0212af1733
commit b32f79e0db
4 changed files with 9 additions and 2 deletions

View file

@ -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>
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.

2
README
View file

@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.
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).
7. Run 'make install'

View file

@ -111,7 +111,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
6. make checkでテストを行う
test succeeded」と表示されれば成功ですただしテスト
check succeeded」と表示されれば成功ですただしテスト
に成功しても完璧だと保証されている訳ではありません.
7. make install

View file

@ -460,6 +460,7 @@ realclean-extout: distclean-extout
clean-enc distclean-enc realclean-enc: PHONY
check: test test-all
$(ECHO) check succeeded
check-ruby: test test-ruby
btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest