зеркало из https://github.com/github/ruby.git
gmake.mk: update normalization table
* defs/gmake.mk: try to update Unicode normalization tables file if Unicode data files exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f1fb989f1a
Коммит
6faf266893
|
@ -185,6 +185,12 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP)
|
|||
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)),)
|
||||
.PHONY: $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time
|
||||
$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: \
|
||||
$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)
|
||||
endif
|
||||
|
||||
# GNU make treat the target as unmodified when its dependents get
|
||||
# updated but it is not updated, while others may not.
|
||||
$(srcdir)/revision.h: $(REVISION_H)
|
||||
|
|
Загрузка…
Ссылка в новой задаче