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

ruby-changes:38786

From: usa <ko1@a...>
Date: Sat, 13 Jun 2015 19:47:48 +0900 (JST)
Subject: [ruby-changes:38786] usa:r50867 (trunk): * ext/io/console/depend (.list.chksum): revert a part of r50859, because

usa	2015-06-13 19:47:30 +0900 (Sat, 13 Jun 2015)

  New Revision: 50867

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

  Log:
    * ext/io/console/depend (.list.chksum): revert a part of r50859, because
      it was not mentioned at its commit log and it caused a build error on
      Windows ($(MAKE) is already quoted).

  Modified files:
    trunk/ChangeLog
    trunk/ext/io/console/depend
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50866)
+++ ChangeLog	(revision 50867)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Jun 13 19:44:53 2015  NAKAMURA Usaku  <usa@r...>
+
+	* ext/io/console/depend (.list.chksum): revert a part of r50859, because
+	  it was not mentioned at its commit log and it caused a build error on
+	  Windows ($(MAKE) is already quoted).
+
 Sat Jun 13 17:35:11 2015  NARUSE, Yui  <naruse@r...>
 
 	* vm_core.h (rb_thread_t): add th->name.
Index: ext/io/console/depend
===================================================================
--- ext/io/console/depend	(revision 50866)
+++ ext/io/console/depend	(revision 50867)
@@ -16,4 +16,4 @@ win32_vk.inc: win32_vk.list https://github.com/ruby/ruby/blob/trunk/ext/io/console/depend#L16
 .list.chksum:
 	@$(RUBY) -I$(top_srcdir)/tool -rchecksum \
 	    -e "Checksum.update(ARGV) {|k|k.copy(k.target) rescue k.make(k.target)}" \
-	    -- --make="$(MAKE)" -I$(srcdir) $(<F) $(@F:.chksum=.inc)
+	    -- --make=$(MAKE) -I$(srcdir) $(<F) $(@F:.chksum=.inc)

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

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