ruby-changes:43685
From: nobu <ko1@a...>
Date: Tue, 26 Jul 2016 22:02:39 +0900 (JST)
Subject: [ruby-changes:43685] nobu:r55758 (trunk): gmake.mk: love dependency
nobu 2016-07-26 22:02:34 +0900 (Tue, 26 Jul 2016) New Revision: 55758 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55758 Log: gmake.mk: love dependency * defs/gmake.mk (test-almost): depends on install when making love. Modified files: trunk/defs/gmake.mk Index: defs/gmake.mk =================================================================== --- defs/gmake.mk (revision 55757) +++ defs/gmake.mk (revision 55758) @@ -76,6 +76,7 @@ showflags: up https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L76 sudo-precheck: test install-prereq: sudo-precheck yes-test-all no-test-all: install +yes-test-almost no-test-almost: install endif $(srcdir)/missing/des_tables.c: $(srcdir)/missing/crypt.c -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/