зеркало из https://github.com/github/ruby.git
Extract bundled gems by BASERUBY
This commit is contained in:
Родитель
6a8f1a9e5c
Коммит
41516b3541
|
@ -1360,7 +1360,7 @@ update-gems$(gnumake:yes=-sequential): PHONY
|
|||
|
||||
extract-gems$(gnumake:yes=-sequential): PHONY
|
||||
$(ECHO) Extracting bundled gem files...
|
||||
$(Q) $(RUNRUBY) -C "$(srcdir)" \
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)" \
|
||||
-Itool -rfileutils -rgem-unpack -answ \
|
||||
-e 'BEGIN {d = ".bundle/gems"}' \
|
||||
-e 'gem, ver, _, rev = *$$F' \
|
||||
|
@ -1388,7 +1388,7 @@ yes-test-bundled-gems-precheck: main
|
|||
no-test-bundled-gems-precheck:
|
||||
|
||||
test-bundled-gems-fetch: yes-test-bundled-gems-fetch
|
||||
yes-test-bundled-gems-fetch: $(PREP)
|
||||
yes-test-bundled-gems-fetch:
|
||||
$(ACTIONS_GROUP)
|
||||
$(Q) $(BASERUBY) -C $(srcdir)/gems ../tool/fetch-bundled_gems.rb src bundled_gems
|
||||
$(ACTIONS_ENDGROUP)
|
||||
|
|
Загрузка…
Ссылка в новой задаче