projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6095ea0
)
po: Don't create backup .po files
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 4 Nov 2009 13:55:04 +0000
(13:55 +0000)
committer
Jan Schmidt
<thaytan@noraisin.net>
Wed, 4 Nov 2009 16:08:46 +0000
(16:08 +0000)
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
a6bdc7f
..
b8fd89c
100644
(file)
--- 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