diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 11:08:53 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 11:08:53 +0000 |
| commit | d424b976fad047979f53d6942fbe2564f403ba1d (patch) | |
| tree | 34f9eb888c6ec9a1466cfdccf4ec438de17352f9 | |
| parent | 22820443b762603f0a5c570878b8310283903880 (diff) | |
merges r21768 from trunk into ruby_1_9_1.
* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cygwin/GNUmakefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sun Jan 25 12:17:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too. + Tue Jan 20 15:32:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * Makefile.in (miniruby): renames and then removes, to get rid of diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in index 9a0601d26..1da2bfc8c 100644 --- a/cygwin/GNUmakefile.in +++ b/cygwin/GNUmakefile.in @@ -71,7 +71,7 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG) ifeq (@target_os@,cygwin) @NM@ --extern --defined $(LIBRUBY_A) | \ $(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \ - -e 'puts $$1 if / [CDT] _((?!Init_).*)$$/' > $@ + -e 'puts $$1 if / [A-Z] _((?!Init_).*)$$/' > $@ else $(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A) endif |
