mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (love): all you need is love.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94a5335148
commit
8df705810d
2 changed files with 7 additions and 3 deletions
|
@ -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>
|
Sun Mar 27 23:16:31 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/socket/ipsocket.c: parenthesize macro arguments.
|
* ext/socket/ipsocket.c: parenthesize macro arguments.
|
||||||
|
|
|
@ -131,7 +131,7 @@ PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil'
|
||||||
TESTSDIR = $(srcdir)/test
|
TESTSDIR = $(srcdir)/test
|
||||||
TESTWORKDIR = testwork
|
TESTWORKDIR = testwork
|
||||||
|
|
||||||
TESTRUN_SCRIPT = $(srcdir)/test.rb
|
TESTRUN_SCRIPT = ./test.rb
|
||||||
|
|
||||||
BOOTSTRAPRUBY = $(BASERUBY)
|
BOOTSTRAPRUBY = $(BASERUBY)
|
||||||
|
|
||||||
|
@ -900,8 +900,8 @@ info-arch:
|
||||||
change: PHONY
|
change: PHONY
|
||||||
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
|
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
|
||||||
|
|
||||||
love: ruby
|
love: up all test install test-all
|
||||||
@echo Not war.
|
@echo love is the all you need
|
||||||
|
|
||||||
help: PHONY
|
help: PHONY
|
||||||
$(MESSAGE_BEGIN) \
|
$(MESSAGE_BEGIN) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue