File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2
8
3
9
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
84
84
5. Run make.
85
85
86
86
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",
88
88
your ruby works as it should (hopefully).
89
89
90
90
7. Run 'make install'
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
111
111
112
112
6. make checkでテストを行う.
113
113
114
- 「test succeeded」と表示されれば成功です.ただしテスト
114
+ 「check succeeded」と表示されれば成功です.ただしテスト
115
115
に成功しても完璧だと保証されている訳ではありません.
116
116
117
117
7. make install
Original file line number Diff line number Diff line change @@ -460,6 +460,7 @@ realclean-extout: distclean-extout
460
460
clean-enc distclean-enc realclean-enc : PHONY
461
461
462
462
check : test test-all
463
+ $(ECHO ) check succeeded
463
464
check-ruby : test test-ruby
464
465
465
466
btest : miniruby$(EXEEXT ) $(TEST_RUNNABLE ) -btest
You can’t perform that action at this time.
0 commit comments