[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70380] [PATCH v4 0/6] Reproducible `make dist' tarball: Avoid overr
From: |
Janneke Nieuwenhuizen |
Subject: |
[bug#70380] [PATCH v4 0/6] Reproducible `make dist' tarball: Avoid override stamp-N warnings. |
Date: |
Wed, 17 Apr 2024 21:08:44 +0200 |
New in V4:
* Move in_git_p check from GNU make to configure.ac, in order to,
* Ressurrect running `make' from a tarball,
* Have xgettext.scm support being run from a tarball, and,
* Distribute xgettext.scm, in order to,
* Support running update-po from a tarball.
Note that running `make' from a tarball has been broken for almost a year now
and has nothing to do with any of the reproducible tarball work. Apparently
that bug has a low priority at the moment and including it here creeps the
scope maybe a little but probably helps more with the review.
Greetings,
Janneke
Janneke Nieuwenhuizen (6):
maint: Resurrect running `make' from a tarball.
maint: Support `make doc-po-update' from tarball.
maint: Cater for running `make dist' from tarball.
maint: Generate doc/version[-LANG].texi using `mdate-from-git.scm'.
Revert "maint: Generate 'doc/version-LANG.texi' reproducibly."
Revert "maint: Generate 'doc/version.texi' reproducibly."
Makefile.am | 67 +++++++++++++++++----------
bootstrap | 8 +++-
build-aux/mdate-from-git.scm | 87 ++++++++++++++++++++++++++++++++++++
build-aux/xgettext.scm | 10 ++---
configure.ac | 10 +++++
doc/local.mk | 32 -------------
6 files changed, 152 insertions(+), 62 deletions(-)
create mode 100755 build-aux/mdate-from-git.scm
base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
--
2.41.0
- [bug#70380] [PATCH v2 0/3] Reproducible `make dist' tarball: Avoid override stamp-N warnings., (continued)
[bug#70380] [PATCH v3 0/4] Reproducible `make dist' tarball: Avoid override stamp-N warnings., Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v3 4/4] Revert "maint: Generate 'doc/version.texi' reproducibly.", Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v3 3/4] Revert "maint: Generate 'doc/version-LANG.texi' reproducibly.", Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v3 2/4] maint: Generate doc/version[-LANG].texi using `mdate-from-git.scm'., Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v4 0/6] Reproducible `make dist' tarball: Avoid override stamp-N warnings.,
Janneke Nieuwenhuizen <=
[bug#70380] [PATCH v4 3/6] maint: Cater for running `make dist' from tarball., Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v4 4/6] maint: Generate doc/version[-LANG].texi using `mdate-from-git.scm'., Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v4 5/6] Revert "maint: Generate 'doc/version-LANG.texi' reproducibly.", Janneke Nieuwenhuizen, 2024/04/17
[bug#70380] [PATCH v4 6/6] Revert "maint: Generate 'doc/version.texi' reproducibly.", Janneke Nieuwenhuizen, 2024/04/17