We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0243b1d commit 050a8e9Copy full SHA for 050a8e9
ChangeLog
@@ -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
5
Sun Jan 25 12:02:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
6
7
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.
cygwin/GNUmakefile.in
@@ -71,7 +71,7 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
71
ifeq (@target_os@,cygwin)
72
@NM@ --extern --defined $(LIBRUBY_A) | \
73
$(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \
74
- -e 'puts $$1 if / [CDT] _((?!Init_).*)$$/' > $@
+ -e 'puts $$1 if / [A-Z] _((?!Init_).*)$$/' > $@
75
else
76
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
77
endif
0 commit comments