Introduction
Introduction Statistics Contact Development Disclaimer Help
tDon't check C-format strings, since this gets very confused with %T strings. -…
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 2636f3728b3f398789038e8654fbb731935eb34f
parent e2e8c2edc068662f89887ccc8b4db5d0f222aa5c
Author: Ben Webb <[email protected]>
Date: Sun, 21 Jul 2013 19:13:29 +0000
Don't check C-format strings, since this gets very confused with %T strings.
Diffstat:
M po/Makefile.in.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
t@@ -88,8 +88,8 @@ CATALOGS = @CATALOGS@
.po.gmo:
@lang=`echo $* | sed -e 's,.*/,,'`; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verb…
- cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --ver…
+ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) --check-header --check…
+ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) --check-header --chec…
.sin.sed:
sed -e '/^#/d' $< > t-$@
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.