summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2026-02-07 22:51:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2026-02-07 22:51:02 +0900
commitc9cb17fab28419350ca854bec69c74530b20076c (patch)
tree154c292b02b629abe595fc025dede28987770d72
parentf33076be41394b1ac613b010aaff8c79f7e437f4 (diff)
Omit version check of Unicode headers
These headers are stored in directories labeled with the current Unicode version, so no worry about headers for different versions being mixed together.
-rw-r--r--common.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.mk b/common.mk
index 7081b7d4b2..0c62784971 100644
--- a/common.mk
+++ b/common.mk
@@ -940,14 +940,6 @@ rbconfig.rb: $(RBCONFIG)
$(HAVE_BASERUBY:no=)$(RBCONFIG)$(HAVE_BASERUBY:no=): $(PREP)
$(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h $(srcdir)/common.mk
-$(RBCONFIG): unicode-version
-
-unicode-version:
- $(Q)$(BOOTSTRAPRUBY) -n \
- -e 'BEGIN{version=ARGV.shift;mis=ARGV.dup}' \
- -e 'END{abort "UNICODE version mismatch: #{mis}" unless mis.empty?}' \
- -e '(mis.delete(ARGF.path); ARGF.close) if /ONIG_UNICODE_VERSION_STRING +"#{Regexp.quote(version)}"/o' \
- $(UNICODE_VERSION) $(UNICODE_DATA_HEADERS)
$(RBCONFIG):
$(Q)$(BOOTSTRAPRUBY) $(tooldir)/mkconfig.rb \