[前][次][番号順一覧][スレッド一覧]

ruby-changes:46462

From: duerst <ko1@a...>
Date: Sat, 6 May 2017 11:54:07 +0900 (JST)
Subject: [ruby-changes:46462] duerst:r58577 (trunk): remove enc/prelude.rb from list of prelude files in common.mk

duerst	2017-05-06 11:54:02 +0900 (Sat, 06 May 2017)

  New Revision: 58577

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58577

  Log:
    remove enc/prelude.rb from list of prelude files in common.mk
    
    (This is a retry of r58559, it should work now that rubyspec does
    no longer check for unicode_normalized to be required. See also
    https://github.com/ruby/spec/commit/41176ead68b14011658c8abd0ebd67df2ae632fb.)

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 58576)
+++ common.mk	(revision 58577)
@@ -148,7 +148,7 @@ ALLOBJS       = $(NORMALMAINOBJ) $(MINIO https://github.com/ruby/ruby/blob/trunk/common.mk#L148
 GOLFOBJS      = goruby.$(OBJEXT) golf_prelude.$(OBJEXT)
 
 DEFAULT_PRELUDES = $(GEM_PRELUDE)
-PRELUDE_SCRIPTS = $(srcdir)/prelude.rb $(srcdir)/enc/prelude.rb $(DEFAULT_PRELUDES)
+PRELUDE_SCRIPTS = $(srcdir)/prelude.rb $(DEFAULT_PRELUDES)
 GEM_PRELUDE   = $(srcdir)/gem_prelude.rb
 PRELUDES      = {$(srcdir)}prelude.c {$(srcdir)}miniprelude.c
 GOLFPRELUDES  = {$(srcdir)}golf_prelude.c

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]