po: Don't create backup .po files
authorJan Schmidt <thaytan@noraisin.net>
Thu, 15 Oct 2009 15:33:24 +0000 (16:33 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 15:59:49 +0000 (15:59 +0000)
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X

po/Makevars

index a6bdc7f..b8fd89c 100644 (file)
@@ -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