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

ruby-changes:35944

From: usa <ko1@a...>
Date: Sun, 19 Oct 2014 20:08:31 +0900 (JST)
Subject: [ruby-changes:35944] usa:r48025 (trunk): * common.mk: nmake doesn't recognize ${} form. use $() instead.

usa	2014-10-19 20:08:27 +0900 (Sun, 19 Oct 2014)

  New Revision: 48025

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

  Log:
    * common.mk: nmake doesn't recognize ${} form.  use $() instead.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48024)
+++ common.mk	(revision 48025)
@@ -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 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/

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