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

ruby-changes:35945

From: nobu <ko1@a...>
Date: Sun, 19 Oct 2014 20:27:18 +0900 (JST)
Subject: [ruby-changes:35945] nobu:r48026 (trunk): common.mk: fix missing quote

nobu	2014-10-19 20:27:00 +0900 (Sun, 19 Oct 2014)

  New Revision: 48026

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

  Log:
    common.mk: fix missing quote
    
    * common.mk (lib/unicode_normalize/tables.rb): fix missing quote
      and script path.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48025)
+++ common.mk	(revision 48026)
@@ -1098,7 +1098,7 @@ update-unicode: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1098
 lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
 enc/unicode/data/UnicodeData.txt \
 enc/unicode/data/CompositionExclusions.txt
-	$(BASERUBY) -C "$(srcdir)/tool tool/unicode_norm_gen.rb
+	$(BASERUBY) -C "$(srcdir)/tool" unicode_norm_gen.rb
 
 info: info-program info-libruby_a info-libruby_so info-arch
 info-program: PHONY

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

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