]> git.ipfire.org Git - thirdparty/gnutls.git/commit
doc: Fix races in a parallel build.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 22 Dec 2024 02:29:59 +0000 (11:29 +0900)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 14 Jan 2025 04:58:40 +0000 (13:58 +0900)
commit8daba130cc0c4100186af0b61bc3e65d54a46727
tree0bce3fbb78f5179a091e659937fc462fdf03b38f
parentf3708d82749f665c2f2e37c3729947d19af341c3
doc: Fix races in a parallel build.

* configure.ac: Use AC_PROG_MKDIR_P macro.
* doc/Makefile.am (stamp_functions, stamp_enums): Use the MKDIR_P
variable it defines.
(error_codes.texi, algorithms.texi, alerts.texi): Add dependency on
errcodes via a prerequisite, not a make invocation
(DISTCLEANFILES): Register the newly depended upon binaries.

Fixes: <https://gitlab.com/gnutls/gnutls/-/issues/1635>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
configure.ac
doc/Makefile.am