ruby-changes:55541
From: Takashi <ko1@a...>
Date: Fri, 26 Apr 2019 18:26:25 +0900 (JST)
Subject: [ruby-changes:55541] Takashi Kokubun:a6805771ec (trunk): Define `make sync-default-gems`
https://git.ruby-lang.org/ruby.git/commit/?id=a6805771ec From a6805771ec202a8b8586d6624b05342029cace0d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 26 Apr 2019 18:25:54 +0900 Subject: Define `make sync-default-gems` to run tool/sync_default_gems.rb diff --git a/common.mk b/common.mk index 3516f1c..b271e0d 100644 --- a/common.mk +++ b/common.mk @@ -1289,6 +1289,10 @@ yes-test-bundler: yes-test-bundler-prepare https://github.com/ruby/ruby/blob/trunk/common.mk#L1289 --require spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS) no-test-bundler: +GEM = up +sync-default-gems: + $(Q) $(XRUBY) -C "$(srcdir)" tool/sync_default_gems.rb $(GEM) + UNICODE_FILES = $(UNICODE_SRC_DATA_DIR)/UnicodeData.txt \ $(UNICODE_SRC_DATA_DIR)/CompositionExclusions.txt \ $(UNICODE_SRC_DATA_DIR)/NormalizationTest.txt \ @@ -1488,6 +1492,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1492 " test-rubyspec: same as test-spec" \ " test-bundler: run the Bundler spec" \ " test-bundled-gems: run the test suite of bundled gems" \ + " sync-default-gems: sync default gems from upstream [GEM=<gem_name>]" \ " up: update local copy and autogenerated files" \ " benchmark: benchmark this ruby and COMPARE_RUBY." \ " gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/