ruby-changes:38861
From: nobu <ko1@a...>
Date: Thu, 18 Jun 2015 08:35:18 +0900 (JST)
Subject: [ruby-changes:38861] nobu:r50942 (trunk): common.mk: -fake
nobu 2015-06-18 08:34:58 +0900 (Thu, 18 Jun 2015) New Revision: 50942 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50942 Log: common.mk: -fake * common.mk (no-fake): add alias -fake for dist. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 50941) +++ common.mk (revision 50942) @@ -547,7 +547,7 @@ check-ruby: test test-ruby https://github.com/ruby/ruby/blob/trunk/common.mk#L547 fake: $(CROSS_COMPILING)-fake yes-fake: $(arch)-fake.rb $(RBCONFIG) PHONY -no-fake: PHONY +no-fake -fake: PHONY $(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(srcdir)/tool/generic_erb.rb version.i $(ECHO) generating $@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/