From: nobu@... Date: 2014-10-22T17:33:10+00:00 Subject: [ruby-core:65854] [ruby-trunk - Bug #10415] [Closed] Unicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented Issue #10415 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r48101. ---------- common.mk: update unicode files every times * common.mk (update-unicode): invert dependency to run every times. [ruby-core:65842] [Bug #10415] ---------------------------------------- Bug #10415: Unicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented https://bugs.ruby-lang.org/issues/10415#change-49588 * Author: Martin D��rst * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: build * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-10-22 trunk 48091) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The current makefile logic doesn't update the files in enc/unicode/data even if ALWAYS_UPDATE_UNICODE = yes is activated. How tested: Changed the latest modification date of one of the files, e.g. with touch -m -t 201210101010 enc/unicode/data/CompositionExclusions.txt (CompositionExclusions.txt is much smaller than the other files, so it's the best choice for tests.) Ran make up; make install-nodoc. Checked modification time. (In earlier versions of the download logic, I confirmed that the modification data changed to the "Last Modified" date of the newly downloaded file.) -- https://bugs.ruby-lang.org/