[gst-cvs] gst-plugins-good: po: Don't create backup .po files

Jan Schmidt thaytan at kemper.freedesktop.org
Wed Nov 4 08:18:32 PST 2009


Module: gst-plugins-good
Branch: master
Commit: 9f62034c800fec4139f53d9ea0ad505b831f846c
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=9f62034c800fec4139f53d9ea0ad505b831f846c

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Thu Oct 15 16:33:24 2009 +0100

po: Don't create backup .po files

As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X

---

 po/Makevars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/Makevars b/po/Makevars
index a6bdc7f..b8fd89c 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -42,5 +42,5 @@ EXTRA_LOCALE_CATEGORIES =
 
 # Avoid line numbers in *.po, but keep them in *.pot.
 MSGMERGE = msgmerge --no-location
-MSGMERGE_UPDATE = msgmerge --no-location --update
+MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
 MSGFILTER = msgfilter --no-location





More information about the Gstreamer-commits mailing list