Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 06:46:04 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279198 - head
Message-ID:  <201502230646.t1N6k4cC032205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Feb 23 06:46:04 2015
New Revision: 279198
URL: https://svnweb.freebsd.org/changeset/base/279198

Log:
  Fill in missing dependencies for dtrace related tools so the bootstrap-tools
  compiles properly on older hosts
  
  Pointyhat to: me
  X-MFC with: r279197
  MFC after: 2 weeks

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Feb 23 05:28:17 2015	(r279197)
+++ head/Makefile.inc1	Mon Feb 23 06:46:04 2015	(r279198)
@@ -1307,6 +1307,9 @@ _elftoolchain_libs= lib/libelf lib/libdw
 .if ${MK_CDDL} != "no"
 _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \
     cddl/usr.bin/ctfmerge
+
+${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf
+${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf
 .endif
 .endif
 



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