summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-16 06:05:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-16 06:05:16 +0000
commitf319aa859da3c08cb242ab6049764370091882f0 (patch)
treef8abe82b6ec2b17e15ac94aca787d71bb111aeb4 /common.mk
parentd837e5321ddaeab6738183c2951c85e163d364c5 (diff)
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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 80001b481c..07f07799fb 100644
--- a/common.mk
+++ b/common.mk
@@ -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