mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* MakeTAGS: Make xgettext not look into test cases.
This commit is contained in:
parent
6f8ac8ec0d
commit
4bf8665d5e
@ -1,6 +1,6 @@
|
||||
2005-05-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* MakeTAGS: Remove - parameter to xgettext.
|
||||
* MakeTAGS: Make xgettext not look into test cases.
|
||||
|
||||
* MakeTAGS: Make sure translations in error calls are marked with
|
||||
c-format by xgettext.
|
||||
|
5
MakeTAGS
5
MakeTAGS
@ -146,8 +146,9 @@ 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 \
|
||||
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
|
||||
--omit-header -E -n -d - --flag=error:3:c-format \
|
||||
$(XGETTEXTFLAGS-$(@F)) > $@.new \
|
||||
$(filter-out tst-%,$(filter-out $(objpfx)distinfo,$^)) /dev/null
|
||||
mv -f $@.new $@
|
||||
endef
|
||||
|
||||
|
6038
po/libc.pot
6038
po/libc.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user