]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Oct 2002 08:42:30 +0000 (08:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Oct 2002 08:42:30 +0000 (08:42 +0000)
2002-10-13  Ulrich Drepper  <drepper@redhat.com>

* MakeTAGS: Add -E flag to xgettext runs.

ChangeLog
MakeTAGS

index eff54abae0bc464f7fede75260682a3d38b4efd3..7d21f12562389be63bc70b9cf0c47e9346f5092e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-13  Ulrich Drepper  <drepper@redhat.com>
+
+       * MakeTAGS: Add -E flag to xgettext runs.
+
 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
 
        * po/fr.po: Update from translation team.
index e96dda48bc6468c23a8e3fb7fdc79c7a3812c0e9..75f5439bdddd1e4fce04bab821790fe0d83e2d0d 100644 (file)
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -142,7 +142,7 @@ endif
 define extract
 @rm -f $@.new
 $(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS  --sort-by-file \
-           --omit-header -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new $^
+           --omit-header -E -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new $^
 mv -f $@.new $@
 endef
 
@@ -173,7 +173,7 @@ $P/libc.pot: $(all-pot)
        sed -e 's/VERSION/$(version)/' \
            -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \
            po/header.pot > $@.new
-       $(XGETTEXT) -d - --omit-header -n $^ >> $@.new
+       $(XGETTEXT) -d - --omit-header -E -n $^ >> $@.new
        mv -f $@.new $@
 ifeq ($(with-cvs),yes)
        test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@
This page took 0.041043 seconds and 5 git commands to generate.