Author: emaste
Date: Tue Nov 26 14:25:50 2019
New Revision: 355109
URL: https://svnweb.freebsd.org/changeset/base/355109

Log:
  Update Makefile.inc1 dtc comment
  
  We use the BSDL dtc by default now (as long as we're using a C++11
  compiler).

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Tue Nov 26 12:20:44 2019        (r355108)
+++ head/Makefile.inc1  Tue Nov 26 14:25:50 2019        (r355109)
@@ -2258,8 +2258,7 @@ ${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/lib
 ${_bt}-usr.bin/clang/lldb-tblgen: ${_bt}-lib/clang/libllvmminimal
 .endif
 
-# Default to building the GPL DTC, but build the BSDL one if users explicitly
-# request it.
+# Build BSDL or GPL DTC depending on GPL_DTC option.
 _dtc= usr.bin/dtc
 .if ${MK_GPL_DTC} != "no"
 _dtc= gnu/usr.bin/dtc
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to