1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

should install after test

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


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2017-12-16 06:05:16 +00:00
parent d837e5321d
commit f319aa859d

View file

@ -1324,7 +1324,7 @@ change: PHONY
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