svn commit: r368548 - head/share/mk

Kyle Evans <[email protected]> Fri, 11 Dec 2020 03:59:42 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012110359.0BB3xgvZ010497__27431.1687958956$1607659190$gmane$org@repo.freebsd.org>
Author: kevans
Date: Fri Dec 11 03:59:41 2020
New Revision: 368548
URL: https://svnweb.freebsd.org/changeset/base/368548

Log:
  Flip the GNU_GREP default to OFF
  
  bsdgrep was made the default in r368439. Stop building gnugrep entirely as
  the natural next step towards removal.

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Fri Dec 11 02:22:42 2020	(r368547)
+++ head/share/mk/src.opts.mk	Fri Dec 11 03:59:41 2020	(r368548)
@@ -108,7 +108,6 @@ __DEFAULT_YES_OPTIONS = \
     GAMES \
     GH_BC \
     GNU_DIFF \
-    GNU_GREP \
     GOOGLETEST \
     GPIO \
     HAST \
@@ -208,6 +207,7 @@ __DEFAULT_NO_OPTIONS = \
     DTRACE_TESTS \
     EXPERIMENTAL \
     GDB \
+    GNU_GREP \
     HESIOD \
     LIBSOFT \
     LOADER_FIREWIRE \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"