Actions
Bug #10415
closedUnicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented
Description
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.)
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- 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]
Actions
Like0
Like0