Skip to content

Commit

Permalink
Define make sync-default-gems
Browse files Browse the repository at this point in the history
to run tool/sync_default_gems.rb
  • Loading branch information
k0kubun committed Apr 26, 2019
1 parent a93f555 commit a680577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.mk
Expand Up @@ -1289,6 +1289,10 @@ yes-test-bundler: yes-test-bundler-prepare
--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 \
Expand Down Expand Up @@ -1488,6 +1492,7 @@ help: PHONY
" 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>]" \
Expand Down

0 comments on commit a680577

Please sign in to comment.