From: Ulrich Drepper Date: Sun, 13 Oct 2002 08:42:30 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~13927 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88ee92edc4ec5c0a5edc1b034decc4b38ede3b42;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2002-10-13 Ulrich Drepper * MakeTAGS: Add -E flag to xgettext runs. --- diff --git a/ChangeLog b/ChangeLog index eff54ab..7d21f12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-13 Ulrich Drepper + + * MakeTAGS: Add -E flag to xgettext runs. + 2002-10-12 Ulrich Drepper * po/fr.po: Update from translation team. diff --git a/MakeTAGS b/MakeTAGS index e96dda4..75f5439 100644 --- 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' $@