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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to