From fd6853a2292a4d12c3a50794f7fe3198d61f1ed8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 7 May 2017 13:40:56 +0000 Subject: 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 --- common.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common.mk') 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" \ -- cgit v1.2.3