gcc/libstdc++-v3/scripts
Xi Ruoyao fa4e97907f
libstdc++: use grep -E instead of egrep in scripts
egrep has been deprecated in favor of grep -E for a long time, and the
next grep release (3.8 or 4.0) will print a warning of egrep is used.
Stop using egrep so we won't see the warning.

grep's from GNU, BSD (including Mac OS X), AIX, BusyBox all support -E
and -F.  Solaris grep doesn't support -E, but extract_symvers.in already
contains a special case for Solaris and doxygen documentation generation
is already broken on non-GNU.

libstdc++-v3/ChangeLog:

	* scripts/extract_symvers.in: Use grep -E instead of egrep.
	* scripts/run_doxygen: Likewise.
2022-06-24 20:31:31 +08:00
..
check_compile
check_performance
check_simd
create_testsuite_files
extract_symvers.in libstdc++: use grep -E instead of egrep in scripts 2022-06-24 20:31:31 +08:00
extract_symvers.pl
gen_bind_includers.pl
gen_includers2.pl
gen_includers.pl
make_exports.pl
make_graph.py
run_doxygen libstdc++: use grep -E instead of egrep in scripts 2022-06-24 20:31:31 +08:00
testsuite_flags.in