]> git.baikalelectronics.ru Git - kernel.git/commit
lib/vdso: use "grep -E" instead of "egrep"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2022 17:06:33 +0000 (19:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2022 18:50:15 +0000 (19:50 +0100)
commit20cd086e8e8ec0f6c2e60b8d89a08d04f4c8dbaf
tree3605ace1fb562d6bbaaa9638099a2655b74dd61f
parente342671410317a8f3a548aa9fe1d5860101ae110
lib/vdso: use "grep -E" instead of "egrep"

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>
lib/vdso/Makefile