ruby-changes:43687
From: nobu <ko1@a...>
Date: Wed, 27 Jul 2016 01:03:56 +0900 (JST)
Subject: [ruby-changes:43687] nobu:r55760 (trunk): gmake.mk: test-framework by love
nobu 2016-07-27 01:03:51 +0900 (Wed, 27 Jul 2016) New Revision: 55760 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55760 Log: gmake.mk: test-framework by love * defs/gmake.mk (sudo-precheck): test the test-framework before installation by love. Modified files: trunk/defs/gmake.mk Index: defs/gmake.mk =================================================================== --- defs/gmake.mk (revision 55759) +++ defs/gmake.mk (revision 55760) @@ -73,7 +73,7 @@ endif https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L73 ifneq ($(filter love,$(MAKECMDGOALS)),) showflags: up -sudo-precheck: test +sudo-precheck: test yes-test-testframework no-test-testframework install-prereq: sudo-precheck yes-test-all no-test-all: install yes-test-almost no-test-almost: install -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/