Skip to content

Commit b32f79e

Browse files
committed
* 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
1 parent 0212af1 commit b32f79e

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Fri Dec 23 06:03:00 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2+
3+
* common.mk: add "check succeeded" message.
4+
5+
* README, README.ja: follow above change.
6+
17
Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
28

39
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
8484
5. Run make.
8585

8686
6. Optionally, run 'make check' to check whether the compiled Ruby
87-
interpreter works well. If you see the message "test succeeded",
87+
interpreter works well. If you see the message "check succeeded",
8888
your ruby works as it should (hopefully).
8989

9090
7. Run 'make install'

README.ja

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
111111

112112
6. make checkでテストを行う.
113113

114-
test succeeded」と表示されれば成功です.ただしテスト
114+
check succeeded」と表示されれば成功です.ただしテスト
115115
に成功しても完璧だと保証されている訳ではありません.
116116

117117
7. make install

common.mk

+1
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ realclean-extout: distclean-extout
460460
clean-enc distclean-enc realclean-enc: PHONY
461461

462462
check: test test-all
463+
$(ECHO) check succeeded
463464
check-ruby: test test-ruby
464465

465466
btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest

0 commit comments

Comments
 (0)