File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Tue May 12 14:35:29 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
2
+
3
+ * win32/Makefile.sub: fixes build failures on win32.
4
+ fixed by usa.
5
+
1
6
Tue May 12 13:43:35 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
2
7
3
8
* win32/Makefile.sub: fixes a mistake in merging r22822.
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "1.9.1"
2
2
#define RUBY_RELEASE_DATE "2009-05-12"
3
- #define RUBY_PATCHLEVEL 128
3
+ #define RUBY_PATCHLEVEL 129
4
4
5
5
#define RUBY_VERSION_MAJOR 1
6
6
#define RUBY_VERSION_MINOR 9
Original file line number Diff line number Diff line change @@ -809,15 +809,20 @@ ext/extinit.obj: ext/extinit.c $(SETUP)
809
809
$(INSNS ) :
810
810
@$(RM ) $(PROGRAM )
811
811
-$(BASERUBY ) -Ks $(srcdir ) /tool/insns2vm.rb $(INSNS2VMOPT ) $@
812
+ if not exist $@ copy $( srcdir:/=\)\$ (@F) $@
812
813
813
814
node_name.inc :
814
815
-$(BASERUBY ) -n $(srcdir ) /tool/node_name.rb $? > $@
816
+ if not exist $@ copy $( srcdir:/=\)\$ (@F) $@
815
817
816
818
known_errors.inc :
817
819
-$(BASERUBY ) $(srcdir ) /tool/generic_erb.rb -c -o $@ $(srcdir ) /template/known_errors.inc.tmpl $(srcdir ) /defs/known_errors.def
820
+ if not exist $@ copy $( srcdir:/=\)\$ (@F) $@
818
821
819
822
miniprelude.c :
820
823
-$(BASERUBY ) -I$(srcdir ) $(srcdir ) /tool/compile_prelude.rb $(srcdir ) /prelude.rb $@
824
+ if not exist $@ copy $( srcdir:/=\)\$ (@F) $@
821
825
822
826
newline.c :
823
827
-$(BASERUBY ) " $( srcdir) /tool/transcode-tblgen.rb" -vo newline.c $(srcdir ) /enc/trans/newline.trans
828
+ if not exist $@ copy $( srcdir:/=\)\$ (@F) $@
You can’t perform that action at this time.
0 commit comments