]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Retire GNU_GREP_COMPAT knob
authorkevans <kevans@FreeBSD.org>
Sat, 5 Dec 2020 02:21:58 +0000 (02:21 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 5 Dec 2020 02:21:58 +0000 (02:21 +0000)
commit7e9cf5aa373dcf11605461ebe8bd02376ca9e19d
tree4313eebc938e42c02f9d20b0354289e255166c62
parent088486daf561a4fa088e1200ce04cc1e21ed73f6
Retire GNU_GREP_COMPAT knob

This was introduced and then disabled by default primarily to avoid dealing
with bugs in libgnuregex. rS363823 switched to using libregex for it, so
let's just rip the option out now so we can make sure we're getting tested
with libregex via bsdgrep.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D27476
share/mk/src.opts.mk
tools/build/options/WITHOUT_GNU_GREP_COMPAT [deleted file]
tools/build/options/WITH_GNU_GREP_COMPAT [deleted file]
usr.bin/grep/Makefile
usr.bin/grep/grep.c