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:
parent
d837e5321d
commit
f319aa859d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue