Ubuntu-focal-kernel/lib/vdso
Greg Kroah-Hartman 4910251eec lib/vdso: use "grep -E" instead of "egrep"
BugLink: https://bugs.launchpad.net/bugs/2003896

commit 8ac3b5cd3e0521d92f9755e90d140382fc292510 upstream.

The latest version of grep claims the egrep is now obsolete so the build
now contains warnings that look like:
	egrep: warning: egrep is obsolescent; using grep -E
fix this up by moving the vdso Makefile to use "grep -E" instead.

Cc: Andy Lutomirski <luto@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lore.kernel.org/r/20220920170633.3133829-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2023-02-01 15:21:25 +01:00
..
Kconfig
Makefile lib/vdso: use "grep -E" instead of "egrep" 2023-02-01 15:21:25 +01:00
gettimeofday.c