Skip to content

Commit fcb6056

Browse files
nobuparacycle
authored andcommitted
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.
1 parent 4ae468d commit fcb6056

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

common.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -940,14 +940,6 @@ rbconfig.rb: $(RBCONFIG)
940940

941941
$(HAVE_BASERUBY:no=)$(RBCONFIG)$(HAVE_BASERUBY:no=): $(PREP)
942942
$(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h $(srcdir)/common.mk
943-
$(RBCONFIG): unicode-version
944-
945-
unicode-version:
946-
$(Q)$(BOOTSTRAPRUBY) -n \
947-
-e 'BEGIN{version=ARGV.shift;mis=ARGV.dup}' \
948-
-e 'END{abort "UNICODE version mismatch: #{mis}" unless mis.empty?}' \
949-
-e '(mis.delete(ARGF.path); ARGF.close) if /ONIG_UNICODE_VERSION_STRING +"#{Regexp.quote(version)}"/o' \
950-
$(UNICODE_VERSION) $(UNICODE_DATA_HEADERS)
951943

952944
$(RBCONFIG):
953945
$(Q)$(BOOTSTRAPRUBY) $(tooldir)/mkconfig.rb \

0 commit comments

Comments
 (0)