ruby-changes:29462
From: nobu <ko1@a...>
Date: Fri, 21 Jun 2013 09:52:44 +0900 (JST)
Subject: [ruby-changes:29462] nobu:r41514 (trunk): Makefile.sub: timestamp
nobu 2013-06-21 09:52:33 +0900 (Fri, 21 Jun 2013) New Revision: 41514 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41514 Log: Makefile.sub: timestamp * win32/Makefile.sub (CONFIG_H): touch timestamp target file. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 41513) +++ win32/Makefile.sub (revision 41514) @@ -486,7 +486,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L486 !if !exist("$(arch_hdrdir)/ruby") @md $(arch_hdrdir:/=\)\ruby !endif - @$(IFCHANGE) $(RUBY_CONFIG_H:/=\) << + @$(IFCHANGE) "--timestamp=$(@:/=\)" $(RUBY_CONFIG_H:/=\) << #ifndef $(guard) #define $(guard) 1 #if _MSC_VER != $(MSC_VER) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/