mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe
before running test. [ruby-core:03756] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1180a10814
commit
7ce7c614c5
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 17 13:09:40 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe
|
||||
before running test. [ruby-core:03756]
|
||||
|
||||
Wed Nov 17 04:33:01 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* pack.c: all features are backport from 1.9. [ruby-dev:24826]
|
||||
|
|
|
@ -476,7 +476,7 @@ realclean: distclean
|
|||
@if exist parse.c del parse.c
|
||||
@if exist lex.c del lex.c
|
||||
|
||||
test: miniruby$(EXEEXT) NUL
|
||||
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
|
||||
@$(MINIRUBY) $(srcdir)rubytest.rb
|
||||
|
||||
rbconfig.rb: miniruby$(EXEEXT) config.status
|
||||
|
|
|
@ -485,7 +485,7 @@ realclean: distclean
|
|||
@if exist parse.c del parse.c
|
||||
@if exist lex.c del lex.c
|
||||
|
||||
test: miniruby$(EXEEXT) NUL
|
||||
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
|
||||
@miniruby$(EXEEXT) $(srcdir)/rubytest.rb
|
||||
|
||||
rbconfig.rb: miniruby$(EXEEXT) config.status
|
||||
|
|
|
@ -517,7 +517,7 @@ realclean: distclean
|
|||
@if exist parse.c del parse.c
|
||||
@if exist lex.c del lex.c
|
||||
|
||||
test: miniruby$(EXEEXT)
|
||||
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
|
||||
@miniruby$(EXEEXT) $(srcdir)/rubytest.rb
|
||||
|
||||
rbconfig.rb: miniruby$(EXEEXT) config.status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue