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

ruby-changes:49177

From: usa <ko1@a...>
Date: Sat, 16 Dec 2017 15:05:22 +0900 (JST)
Subject: [ruby-changes:49177] usa:r61295 (trunk): should install after test

usa	2017-12-16 15:05:16 +0900 (Sat, 16 Dec 2017)

  New Revision: 61295

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

  Log:
    should install after test
    
    * common.mk (love): should install after test (but this change does not gurantee
      the order).

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 61294)
+++ common.mk	(revision 61295)
@@ -1324,7 +1324,7 @@ change: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1324
 
 exam: check test-spec
 
-love: sudo-precheck up all test install exam
+love: sudo-precheck up all test exam install
 	@echo love is all you need
 
 great: exam

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

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