aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 13:40:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 13:40:56 +0000
commit9fe3c77a7dcddd8fc3540da9814c7ffd235055b3 (patch)
treeed9570322e23ce075ca223482ca99e47ecd72bbd /common.mk
parent63ecd33f3a59fd0cfa7dcec06c0c8747af109e72 (diff)
downloadruby-9fe3c77a7dcddd8fc3540da9814c7ffd235055b3.tar.gz
stale targets
* common.mk (update-mspec, update-rubyspec): empty stale targets. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 36677e7d7c..c141085563 100644
--- a/common.mk
+++ b/common.mk
@@ -709,10 +709,10 @@ $(RBCONFIG): $(srcdir)/tool/mkconfig.rb config.status $(srcdir)/version.h
test-rubyspec-precheck: $(arch)-fake.rb
test-rubyspec: $(TEST_RUNNABLE)-test-rubyspec
-yes-test-rubyspec: test-rubyspec-precheck
+yes-test-rubyspec:
$(gnumake_recursive)$(Q) \
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
-no-test-rubyspec: test-rubyspec-precheck
+no-test-rubyspec:
RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable
runnable: $(RUNNABLE) prog $(srcdir)/tool/mkrunnable.rb PHONY
@@ -1079,7 +1079,8 @@ after-update:: extract-extlibs
update-remote:: update-src update-download
update-download:: update-unicode update-gems download-extlibs
-noupdate-rubyspec:
+update-mspec:
+update-rubyspec:
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \