Get rid of always updating Unicode files

[Misc #15859]
This commit is contained in:
Nobuyoshi Nakada 2019-05-17 23:46:22 +09:00
Родитель c4bad9f74e
Коммит 719ebbec30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4BC7D6DF58D8DF60
1 изменённых файлов: 6 добавлений и 1 удалений

7
common.mk Normal file → Executable file
Просмотреть файл

@ -1217,10 +1217,15 @@ up::
up::
-$(Q)$(MAKE) $(mflags) Q=$(Q) after-update
yes::
no::
after-update:: extract-extlibs
update-remote:: update-src update-download
update-download:: update-unicode update-gems download-extlibs
update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode)
update-download:: update-gems
update-download:: download-extlibs
update-mspec:
update-rubyspec: