Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 17:51:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357623 - head
Message-ID:  <202002061751.016HpnA5080771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Feb  6 17:51:48 2020
New Revision: 357623
URL: https://svnweb.freebsd.org/changeset/base/357623

Log:
  Restore missing comment
  
  I was overly agressive about removing the entire comment. It was still
  valid, except the part about being only for some architectures.
  
  Reviewed by: emaste
  Differenial Revision: https://reviews.freebsd.org/D23523

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Feb  6 16:38:06 2020	(r357622)
+++ head/Makefile.inc1	Thu Feb  6 17:51:48 2020	(r357623)
@@ -2912,6 +2912,7 @@ _cddl_lib_libctf= cddl/lib/libctf
 _cddl_lib= cddl/lib
 cddl/lib/libctf__L: lib/libz__L
 .endif
+# cddl/lib/libdtrace requires lib/libproc and lib/librtld_db
 _prebuild_libs+=	lib/libprocstat lib/libproc lib/librtld_db
 lib/libprocstat__L: lib/libelf__L lib/libkvm__L lib/libutil__L
 lib/libproc__L: lib/libprocstat__L



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