Skip to content

Commit 050a8e9

Browse files
committed
* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 0243b1d commit 050a8e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sun Jan 25 12:17:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
2+
3+
* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
4+
15
Sun Jan 25 12:02:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
26

37
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.

cygwin/GNUmakefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
7171
ifeq (@target_os@,cygwin)
7272
@NM@ --extern --defined $(LIBRUBY_A) | \
7373
$(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \
74-
-e 'puts $$1 if / [CDT] _((?!Init_).*)$$/' > $@
74+
-e 'puts $$1 if / [A-Z] _((?!Init_).*)$$/' > $@
7575
else
7676
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
7777
endif

0 commit comments

Comments
 (0)