]> git.ipfire.org Git - thirdparty/gcc.git/commit
intl: stop using fgrep for exgettext
authorXi Ruoyao <xry111@xry111.site>
Fri, 24 Jun 2022 06:27:18 +0000 (14:27 +0800)
committerXi Ruoyao <xry111@xry111.site>
Sat, 25 Jun 2022 03:53:52 +0000 (11:53 +0800)
commit476ef855d08db02a027150ea92611c1626ea7350
treeafd686a6fc1e69fc42b222702d6c169291eab6d9
parent84c2131d2c596ddf90500b3f0ad4aa43abe650f2
intl: stop using fgrep for exgettext

fgrep has been deprecated in favor of grep -F for a long time, and the
next grep release (3.8 or 4.0) will print a warning of fgrep is used.
And, the fgrep command in exgettext is no longer useful after we
migrated from SVN to Git.  Remove the fgrep command so we won't see the
warning.

gcc/po/ChangeLog:

* exgettext: Remove unneeded fgrep command.
gcc/po/exgettext