]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Retire GNU_GREP_COMPAT knob
authorKyle Evans <kevans@FreeBSD.org>
Sat, 5 Dec 2020 02:21:58 +0000 (02:21 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sat, 5 Dec 2020 02:21:58 +0000 (02:21 +0000)
commit7c2f310f6dd8cf0ed249933eea7c643f2c311745
tree4313eebc938e42c02f9d20b0354289e255166c62
parent78599c32efed3247d165302a1fbe8d9203e38974
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