summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ffc12d2d1..a965037155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 28 11:07:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk (love): all you need is love.
+
Sun Mar 27 23:16:31 2011 Tanaka Akira <akr@fsij.org>
* ext/socket/ipsocket.c: parenthesize macro arguments.
diff --git a/common.mk b/common.mk
index 5672500974..9f6f605da8 100644
--- a/common.mk
+++ b/common.mk
@@ -131,7 +131,7 @@ PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil'
TESTSDIR = $(srcdir)/test
TESTWORKDIR = testwork
-TESTRUN_SCRIPT = $(srcdir)/test.rb
+TESTRUN_SCRIPT = ./test.rb
BOOTSTRAPRUBY = $(BASERUBY)
@@ -900,8 +900,8 @@ info-arch:
change: PHONY
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
-love: ruby
- @echo Not war.
+love: up all test install test-all
+ @echo love is the all you need
help: PHONY
$(MESSAGE_BEGIN) \