зеркало из https://github.com/github/ruby.git
Deal with bundled gems by BASERUBY
As the currently released/snapshot tarballs should contain the bundled gems extracted already, RUNRUBY is not required when building from them with GNU make.
This commit is contained in:
Родитель
8c80922c82
Коммит
476ac00e49
|
@ -263,7 +263,7 @@ extract-gems: | $(patsubst %,.bundle/gems/%,$(BUNDLED_GEMS))
|
|||
|
||||
.bundle/gems/%: gems/%.gem | .bundle/gems
|
||||
$(ECHO) Extracting bundle gem $*...
|
||||
$(Q) $(RUNRUBY) -C "$(srcdir)" \
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)" \
|
||||
-Itool -rgem-unpack \
|
||||
-e 'Gem.unpack("gems/$(@F).gem", ".bundle/gems")'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче