diff options
author | Carlos O'Donell <carlos@redhat.com> | 2018-07-26 10:14:55 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2018-08-02 15:31:12 -0400 |
commit | 08a5ee14c6fcd87caa4f6f5c442be2fc345211f0 (patch) | |
tree | 5d4d005c6afe947e0efae4a20919fbeba256d80f /NEWS | |
parent | d67d634bef4deda775b9e6ee74ed1807963caf35 (diff) | |
download | glibc-08a5ee14c6fcd87caa4f6f5c442be2fc345211f0.zip glibc-08a5ee14c6fcd87caa4f6f5c442be2fc345211f0.tar.gz glibc-08a5ee14c6fcd87caa4f6f5c442be2fc345211f0.tar.bz2 |
Add convenience target 'install-locale-files'.
The convenience install target 'install-locale-files' is created
to allow distributions to install all of the SUPPORTED locales as
files instead of into the locale-archive.
You invoke the new convenience target like this:
make localedata/install-locale-files DESTDIR=<prefix>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -9,7 +9,12 @@ Version 2.29 Major new features: - [Add new features here] +* A new convenience target has been added for distribution maintainers + to build and install all locales as directories with files. The new + target is run by issuing the following command in your build tree: + 'make localedata/install-locale-files', with an optional DESTDIR + to set the install root if you wish to install into a non-default + configured location. Deprecated and removed features, and other changes affecting compatibility: |