mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Extract bundled gems by BASERUBY
This commit is contained in:
parent
6a8f1a9e5c
commit
41516b3541
Notes:
git
2022-08-05 13:00:56 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -1360,7 +1360,7 @@ update-gems$(gnumake:yes=-sequential): PHONY
|
||||||
|
|
||||||
extract-gems$(gnumake:yes=-sequential): PHONY
|
extract-gems$(gnumake:yes=-sequential): PHONY
|
||||||
$(ECHO) Extracting bundled gem files...
|
$(ECHO) Extracting bundled gem files...
|
||||||
$(Q) $(RUNRUBY) -C "$(srcdir)" \
|
$(Q) $(BASERUBY) -C "$(srcdir)" \
|
||||||
-Itool -rfileutils -rgem-unpack -answ \
|
-Itool -rfileutils -rgem-unpack -answ \
|
||||||
-e 'BEGIN {d = ".bundle/gems"}' \
|
-e 'BEGIN {d = ".bundle/gems"}' \
|
||||||
-e 'gem, ver, _, rev = *$$F' \
|
-e 'gem, ver, _, rev = *$$F' \
|
||||||
|
@ -1388,7 +1388,7 @@ yes-test-bundled-gems-precheck: main
|
||||||
no-test-bundled-gems-precheck:
|
no-test-bundled-gems-precheck:
|
||||||
|
|
||||||
test-bundled-gems-fetch: yes-test-bundled-gems-fetch
|
test-bundled-gems-fetch: yes-test-bundled-gems-fetch
|
||||||
yes-test-bundled-gems-fetch: $(PREP)
|
yes-test-bundled-gems-fetch:
|
||||||
$(ACTIONS_GROUP)
|
$(ACTIONS_GROUP)
|
||||||
$(Q) $(BASERUBY) -C $(srcdir)/gems ../tool/fetch-bundled_gems.rb src bundled_gems
|
$(Q) $(BASERUBY) -C $(srcdir)/gems ../tool/fetch-bundled_gems.rb src bundled_gems
|
||||||
$(ACTIONS_ENDGROUP)
|
$(ACTIONS_ENDGROUP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue