ruby-changes:43265
From: nobu <ko1@a...>
Date: Thu, 9 Jun 2016 15:52:06 +0900 (JST)
Subject: [ruby-changes:43265] nobu:r55339 (trunk): common.mk: use $(IFCHANGE) for mswin
nobu 2016-06-09 15:52:03 +0900 (Thu, 09 Jun 2016) New Revision: 55339 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55339 Log: common.mk: use $(IFCHANGE) for mswin Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 55338) +++ common.mk (revision 55339) @@ -629,7 +629,7 @@ $(RBCONFIG): $(srcdir)/tool/mkconfig.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L629 -arch=$(arch) -version=$(RUBY_PROGRAM_VERSION) \ -install_name=$(RUBY_INSTALL_NAME) \ -so_name=$(RUBY_SO_NAME) | \ - $(srcdir)/tool/ifchange --timestamp=$@ rbconfig.rb - + $(IFCHANGE) --timestamp=$@ rbconfig.rb - test-rubyspec-precheck: @@ -1020,7 +1020,7 @@ update-bundled_gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1020 -e 'break "#{s.name} #{s.version}" if s.platform=="ruby"&&s.name==$$F[0]' \ -e '}' \ "$(srcdir)/gems/bundled_gems" | \ - "$(srcdir)/tool/ifchange" "$(srcdir)/gems/bundled_gems" - + "$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" - ### set the following environment variable or uncomment the line if ### the Unicode data files should be updated completely on every update ('make up',...). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/