diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-16 06:05:16 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-16 06:05:16 +0000 |
commit | f319aa859da3c08cb242ab6049764370091882f0 (patch) | |
tree | f8abe82b6ec2b17e15ac94aca787d71bb111aeb4 /common.mk | |
parent | d837e5321ddaeab6738183c2951c85e163d364c5 (diff) | |
download | ruby-f319aa859da3c08cb242ab6049764370091882f0.tar.gz |
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
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 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 |