]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
build: remove the option to build gnugrep
authorKyle Evans <kevans@FreeBSD.org>
Tue, 22 Dec 2020 21:36:40 +0000 (15:36 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 25 Dec 2020 21:14:17 +0000 (15:14 -0600)
commit8aff76fb37b58a74832831ac1c54a013a64b35e7
tree01f33cd6fb92aa9afc82f4a9ded361772c208ad9
parenteae35125e948b2d92d3ba1d9687cb08086393ae8
build: remove the option to build gnugrep

Unconditionally install bsdgrep as grep, bootstrap or not. Remove all
build glue and stop installing both gnugrep and libgnuregex now that
all consumers of the latter are gone.

Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D27732
13 files changed:
ObsoleteFiles.inc
etc/mtree/BSD.include.dist
gnu/lib/Makefile
gnu/usr.bin/Makefile
share/mk/bsd.libnames.mk
share/mk/src.libnames.mk
share/mk/src.opts.mk
tools/build/mk/OptionalObsoleteFiles.inc
tools/build/options/WITHOUT_BSD_GREP [deleted file]
tools/build/options/WITHOUT_GNU_GREP [deleted file]
tools/build/options/WITH_BSD_GREP [deleted file]
tools/build/options/WITH_GNU_GREP [deleted file]
usr.bin/grep/Makefile