From: Ulrich Drepper Date: Sun, 8 May 2005 07:24:45 +0000 (+0000) Subject: * MakeTAGS: Make sure translations in error calls are marked with X-Git-Tag: cvs/fedora-glibc-20050520T0919~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=322e489b53eafe53296d214ecc7ca6332362db7b;p=thirdparty%2Fglibc.git * MakeTAGS: Make sure translations in error calls are marked with c-format by xgettext. --- diff --git a/ChangeLog b/ChangeLog index beafec64190..07e3e9928ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-08 Ulrich Drepper + + * MakeTAGS: Make sure translations in error calls are marked with + c-format by xgettext. + 2005-05-07 Ulrich Drepper * intl/libintl.h: Always use __attribute_format_arg__ for gettext diff --git a/MakeTAGS b/MakeTAGS index fff6851c912..d0a400878c9 100644 --- a/MakeTAGS +++ b/MakeTAGS @@ -146,8 +146,8 @@ endif define extract @rm -f $@.new $(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \ - --omit-header -E -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new \ - $(filter-out $(objpfx)distinfo,$^) + --omit-header -E -n -d --flag=error:3:c-format - \ + $(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^) mv -f $@.new $@ endef