Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2019 14:25:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355109 - head
Message-ID:  <201911261425.xAQEPobb042834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911261425.xAQEPobb042834>