Re: [PATCH 5/8] intl: stop using fgrep for exgettext

2022-06-24 Thread Xi Ruoyao via Gcc-patches
On Fri, 2022-06-24 at 16:06 +, Joseph Myers wrote: > On Fri, 24 Jun 2022, Xi Ruoyao via Gcc-patches wrote: > > > 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 i

Re: [PATCH 5/8] intl: stop using fgrep for exgettext

2022-06-24 Thread Joseph Myers
On Fri, 24 Jun 2022, Xi Ruoyao via Gcc-patches wrote: > 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. Rem

[PATCH 5/8] intl: stop using fgrep for exgettext

2022-06-24 Thread Xi Ruoyao via Gcc-patches
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/ChangeL