mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Download Unicode files once [ci skip]
This commit is contained in:
parent
cbb38331dd
commit
1527246a7e
1 changed files with 11 additions and 0 deletions
|
@ -414,6 +414,17 @@ endif
|
||||||
.SECONDARY: update-unicode-ucd-emoji-files
|
.SECONDARY: update-unicode-ucd-emoji-files
|
||||||
.SECONDARY: update-unicode-emoji-files
|
.SECONDARY: update-unicode-emoji-files
|
||||||
|
|
||||||
|
ifneq ($(DOT_WAIT),)
|
||||||
|
.NOTPARALLEL: update-unicode
|
||||||
|
.NOTPARALLEL: update-unicode-files
|
||||||
|
.NOTPARALLEL: update-unicode-auxiliary-files
|
||||||
|
.NOTPARALLEL: update-unicode-ucd-emoji-files
|
||||||
|
.NOTPARALLEL: update-unicode-emoji-files
|
||||||
|
.NOTPARALLEL: $(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)
|
||||||
|
.NOTPARALLEL: $(UNICODE_AUXILIARY_FILES)
|
||||||
|
.NOTPARALLEL: $(UNICODE_UCD_EMOJI_FILES) $(UNICODE_EMOJI_FILES)
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_GIT),yes)
|
ifeq ($(HAVE_GIT),yes)
|
||||||
REVISION_LATEST := $(shell $(CHDIR) $(srcdir) && $(GIT) log -1 --format=%H 2>/dev/null)
|
REVISION_LATEST := $(shell $(CHDIR) $(srcdir) && $(GIT) log -1 --format=%H 2>/dev/null)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue