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

ruby-changes:37632

From: nobu <ko1@a...>
Date: Tue, 24 Feb 2015 13:51:48 +0900 (JST)
Subject: [ruby-changes:37632] nobu:r49713 (trunk): common.mk: prefix timestamp file by "."

nobu	2015-02-24 13:51:33 +0900 (Tue, 24 Feb 2015)

  New Revision: 49713

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

  Log:
    common.mk: prefix timestamp file by "."
    
    * common.mk (ENC_TRANS_D): prefix by "." to clarify that timestamp
      file for build directory is under the build directory.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 49712)
+++ common.mk	(revision 49713)
@@ -29,7 +29,7 @@ EXTCONF       = extconf.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L29
 LIBRUBY_EXTS  = ./.libruby-with-ext.time
 REVISION_H    = ./.revision.time
 PLATFORM_D    = ./$(PLATFORM_DIR)/.time
-ENC_TRANS_D   = enc/trans/.time
+ENC_TRANS_D   = ./enc/trans/.time
 RDOCOUT       = $(EXTOUT)/rdoc
 HTMLOUT       = $(EXTOUT)/html
 CAPIOUT       = doc/capi

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

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