From 7a976c106030f37d6ab72b1abaef10e575bb8809 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 6 Dec 2022 16:47:42 +0900 Subject: [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`. --- defs/gmake.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'defs') 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 -- cgit v1.2.1