svn commit: r355109 - head

Ed Maste emaste at FreeBSD.org
Tue Nov 26 14:25:50 UTC 2019


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


More information about the svn-src-head mailing list