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.)
Actions
Like0
Like0