mbox

[0/1] Replace obsolete grep aliases

Message ID 20220605040845.854206-1-sam@gentoo.org
Headers

Message

Sam James June 5, 2022, 4:08 a.m. UTC
  We could use an autoconf macro to check if 'grep -E', 'grep -F' exist and
define it to the appropriate value (AC_PROG_EGREP etc) but I don't see the value
given any remotely modern GNU grep supports it.

It looks like it was first required by POSIX in 2001.

Sam James (1):
  */*: egrep -> grep -E, fgrep -> grep -F

 Makefile                       |  4 +--
 aclocal.m4                     |  2 +-
 elf/Makefile                   |  2 +-
 elf/tst-rtld-list-tunables.sh  |  2 +-
 iconvdata/big5.c               | 30 +++++++++++-----------
 iconvdata/cns11643.c           | 26 +++++++++----------
 iconvdata/cns11643l1.c         | 46 +++++++++++++++++-----------------
 iconvdata/gb2312.c             | 34 ++++++++++++-------------
 iconvdata/gbk.c                | 24 +++++++++---------
 iconvdata/jis0208.c            | 14 +++++------
 iconvdata/jis0212.c            |  8 +++---
 iconvdata/ksc5601.c            | 12 ++++-----
 iconvdata/sjis.c               | 14 +++++------
 iconvdata/uhc.c                |  4 +--
 io/ftwtest-sh                  |  2 +-
 manual/libc-texinfo.sh         |  2 +-
 po/Makefile                    |  4 +--
 scripts/check-c++-types.sh     |  4 +--
 scripts/documented.sh          |  4 +--
 sysdeps/arm/configure          |  2 +-
 sysdeps/arm/configure.ac       |  2 +-
 sysdeps/i386/configure         |  2 +-
 sysdeps/i386/tst-ld-sse-use.sh |  6 ++---
 sysdeps/ia64/fpu/import_check  |  4 +--
 24 files changed, 127 insertions(+), 127 deletions(-)