]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po: Fix build failure with parallel make.
authorBruno Haible <bruno@clisp.org>
Tue, 19 Nov 2024 19:07:32 +0000 (20:07 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Nov 2024 19:07:32 +0000 (20:07 +0100)
Reported by Lubomir Rintel <lkundrak@v3.sk> in
<https://lists.gnu.org/archive/html/bug-gettext/2022-06/msg00022.html>.

* gettext-runtime/po/Makefile.in.in (.NOTPARALLEL): Add this special target.

gettext-runtime/po/Makefile.in.in

index 3df87a0f13f8ba1d92594fac607034318243442a..6f5b49681404d81c9b5519173e421f268fd36a59 100644 (file)
@@ -509,3 +509,9 @@ force:
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
+
+# This Makefile contains rules which don't work with parallel make,
+# namely dist2.
+# See <https://lists.gnu.org/archive/html/bug-gettext/2022-06/msg00022.html>.
+# So, turn off parallel execution in this Makefile.
+.NOTPARALLEL: