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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"