projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcca84
)
po: Don't create backup .po files
author
Jan Schmidt
<thaytan@noraisin.net>
Thu, 15 Oct 2009 15:34:28 +0000
(16:34 +0100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Thu, 15 Oct 2009 15:44:48 +0000
(16:44 +0100)
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X
po/Makevars
patch
|
blob
|
history
diff --git
a/po/Makevars
b/po/Makevars
index
27049c1
..
10ed9f6
100644
(file)
--- a/
po/Makevars
+++ b/
po/Makevars
@@
-42,6
+42,6
@@
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