]> git.ipfire.org Git - thirdparty/gettext.git/commit
java: Create reproducible .jar files if the 'jar' utility supports it.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2024 21:59:05 +0000 (23:59 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2024 21:59:05 +0000 (23:59 +0200)
commit06bb3d6f86c43c7eb259cb2f0b8522ad87df40f1
tree6842568276974d1048a5430cac0d05984eae1ac2
parent364f058231667fc292c5d3bb0776ea6471331af8
java: Create reproducible .jar files if the 'jar' utility supports it.

Suggested by Bernhard M. Wiedemann <bwiedemann@suse.de> in
<https://lists.gnu.org/archive/html/bug-gettext/2024-07/msg00020.html>.

* build-aux/jar-cf: New file.
* Makefile.am (EXTRA_DIST): Add it.
* gettext-runtime/intl-java/Makefile.am (libintl.jar): Use jar-cf.
* gettext-tools/src/Makefile.am (gettext.jar): Likewise.
Makefile.am
build-aux/jar-cf [new file with mode: 0755]
gettext-runtime/intl-java/Makefile.am
gettext-tools/src/Makefile.am