about summary refs log tree commit diff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-13 08:42:30 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-13 08:42:30 +0000
commit88ee92edc4ec5c0a5edc1b034decc4b38ede3b42 (patch)
treefec402e2a46fb854013bfd46a7b5d4b91a6a0e95 /MakeTAGS
parente5b3c9c68a39915f760c2b4743f80274dc43153e (diff)
downloadglibc-88ee92edc4ec5c0a5edc1b034decc4b38ede3b42.tar.gz
glibc-88ee92edc4ec5c0a5edc1b034decc4b38ede3b42.tar.xz
glibc-88ee92edc4ec5c0a5edc1b034decc4b38ede3b42.zip
Update.
2002-10-13  Ulrich Drepper  <drepper@redhat.com>

	* MakeTAGS: Add -E flag to xgettext runs.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MakeTAGS b/MakeTAGS
index e96dda48bc..75f5439bdd 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' $@