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

ruby-changes:46467

From: nobu <ko1@a...>
Date: Sat, 6 May 2017 23:12:36 +0900 (JST)
Subject: [ruby-changes:46467] nobu:r58583 (trunk): fix up r58573

nobu	2017-05-06 23:12:30 +0900 (Sat, 06 May 2017)

  New Revision: 58583

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

  Log:
    fix up r58573
    
    * common.mk: make the directory for extension shared library with
      the timestamp directory.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 58582)
+++ common.mk	(revision 58583)
@@ -773,7 +773,7 @@ $(ENC_TRANS_D): https://github.com/ruby/ruby/blob/trunk/common.mk#L773
 	@exit > $@
 
 $(TIMESTAMPDIR)/$(arch)/.time:
-	$(Q)$(MAKEDIRS) $(@D)
+	$(Q)$(MAKEDIRS) $(@D) $(EXTOUT)/$(arch)
 	@exit > $@
 
 ###

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

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