mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* MakeTAGS: Remove - parameter to xgettext.
This commit is contained in:
parent
322e489b53
commit
6f8ac8ec0d
@ -1,5 +1,7 @@
|
||||
2005-05-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* MakeTAGS: Remove - parameter to xgettext.
|
||||
|
||||
* MakeTAGS: Make sure translations in error calls are marked with
|
||||
c-format by xgettext.
|
||||
|
||||
|
2
MakeTAGS
2
MakeTAGS
@ -146,7 +146,7 @@ endif
|
||||
define extract
|
||||
@rm -f $@.new
|
||||
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
|
||||
--omit-header -E -n -d --flag=error:3:c-format - \
|
||||
--omit-header -E -n -d --flag=error:3:c-format \
|
||||
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
|
||||
mv -f $@.new $@
|
||||
endef
|
||||
|
5871
po/libc.pot
5871
po/libc.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user