1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-06-13 10:47:30 +00:00
parent 29513dbc47
commit 9dcf6d9f96
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Sat Jun 13 19:44:53 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* 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@ruby-lang.org>
* vm_core.h (rb_thread_t): add th->name.

View file

@ -16,4 +16,4 @@ win32_vk.inc: win32_vk.list
.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)