summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-06 16:47:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-10 13:58:20 +0900
commit7a976c106030f37d6ab72b1abaef10e575bb8809 (patch)
treee251ece4930a6210a438b3d6dbf37e14abc1dc90 /defs
parent5404e2fd31736af3a7477f3ec67d3f07276485d6 (diff)
[Bug #19181] Separate the rule for unicode_normalize/tables.rb timestamp
It should depends on only existing data files (except for the tools), unless `ALWAYS_UPDATE_UNICODE=yes`.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6898
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 0d79aba07d..2b5b1369ae 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -383,17 +383,6 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP)
endif
-ifeq ($(if $(wildcard $(filter-out .,$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES))),,\
- $(wildcard $(srcdir)/lib/unicode_normalize/tables.rb)),)
-# Needs the dependency when any Unicode data file exists, or
-# normalization tables script doesn't. Otherwise, when the target
-# only exists, use it as-is.
-.PHONY: $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time
-UNICODE_TABLES_TIMESTAMP =
-$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: \
- $(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)
-endif
-
ifeq ($(HAVE_GIT),yes)
REVISION_LATEST := $(shell $(CHDIR) $(srcdir) && $(GIT) log -1 --format=%H 2>/dev/null)
else