mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
maint: Do not update PO files upon "make dist".
This works around a non-determinstic build failure when doing "make distcheck -j4". * po/guix/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable. * po/packages/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable.
This commit is contained in:
@@ -20,3 +20,8 @@ COPYRIGHT_HOLDER = Ludovic Courtès
|
||||
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
||||
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
|
||||
# Disable PO update upon "make dist", which sometimes fails when doing
|
||||
# "make distcheck -j4".
|
||||
# See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
|
||||
DIST_DEPENDS_ON_UPDATE_PO = no
|
||||
|
||||
@@ -17,3 +17,8 @@ COPYRIGHT_HOLDER = Ludovic Courtès
|
||||
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
||||
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
|
||||
# Disable PO update upon "make dist", which sometimes fails when doing
|
||||
# "make distcheck -j4".
|
||||
# See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
|
||||
DIST_DEPENDS_ON_UPDATE_PO = no
|
||||
|
||||
Reference in New Issue
Block a user