[前][次][番号順一覧][スレッド一覧]

ruby-changes:56397

From: Nobuyoshi <ko1@a...>
Date: Tue, 9 Jul 2019 13:16:19 +0900 (JST)
Subject: [ruby-changes:56397] Nobuyoshi Nakada: 8a831e5cb6 (master): Do not make Unicode tables timestamp phony

https://git.ruby-lang.org/ruby.git/commit/?id=8a831e5cb6

From 8a831e5cb6de530502e22be06f19b30afd64635c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 9 Jul 2019 13:10:08 +0900
Subject: Do not make Unicode tables timestamp phony


diff --git a/defs/gmake.mk b/defs/gmake.mk
index 11f95a3..ea02d75 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -250,7 +250,7 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP) https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L250
 
 endif
 
-ifeq ($(if $(wildcard $(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)),,\
+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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]