mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run single downloader
* common.mk (update-unicode-property-files, update-unicode-files): download in single process for each targets, not for each files in parallel, to get rid of conflicts. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c61342141f
commit
d984da6649
1 changed files with 4 additions and 2 deletions
|
@ -1166,12 +1166,14 @@ UNICODE_DOWNLOAD = \
|
|||
-p $(UNICODE_VERSION)/ucd \
|
||||
-e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode
|
||||
|
||||
$(UNICODE_PROPERTY_FILES):
|
||||
$(UNICODE_PROPERTY_FILES): update-unicode-property-files
|
||||
update-unicode-property-files:
|
||||
$(ECHO) Downloading Unicode $(UNICODE_VERSION) property files...
|
||||
$(Q) $(MAKEDIRS) "$(UNICODE_SRC_DATA_DIR)/auxiliary"
|
||||
$(Q) $(UNICODE_DOWNLOAD) $(UNICODE_PROPERTY_FILES)
|
||||
|
||||
$(UNICODE_FILES):
|
||||
$(UNICODE_FILES): update-unicode-files
|
||||
update-unicode-files:
|
||||
$(ECHO) Downloading Unicode $(UNICODE_VERSION) data files...
|
||||
$(Q) $(MAKEDIRS) "$(UNICODE_SRC_DATA_DIR)"
|
||||
$(Q) $(UNICODE_DOWNLOAD) $(UNICODE_FILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue