PERFORCE change 130906 for review
John Birrell
jb at FreeBSD.org
Fri Dec 14 15:14:59 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130906
Change 130906 by jb at jb_freebsd1 on 2007/12/14 23:14:22
MFdtrace
Note that the libproc stuff will be replaced with a non-CDDL
version when I get around to it. For now it is just there
so that dtrace(8) builds.
Affected files ...
.. //depot/projects/dtrace7/src/cddl/lib/Makefile#2 edit
.. //depot/projects/dtrace7/src/cddl/lib/libctf/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libdtrace/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libdtrace/errno.d#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libdtrace/psinfo.d#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Pcontrol.c#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Pcontrol.h#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Psymtab.c#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Putil.c#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/Putil.h#1 add
.. //depot/projects/dtrace7/src/cddl/lib/libproc/libproc.h#1 add
.. //depot/projects/dtrace7/src/cddl/test/dtrace/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/usr.bin/Makefile#2 edit
.. //depot/projects/dtrace7/src/cddl/usr.bin/ctfconvert/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/usr.bin/ctfdump/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/usr.bin/ctfmerge/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/usr.bin/sgsmsg/Makefile#1 add
.. //depot/projects/dtrace7/src/cddl/usr.sbin/Makefile#2 edit
.. //depot/projects/dtrace7/src/cddl/usr.sbin/dtrace/Makefile#1 add
Differences ...
==== //depot/projects/dtrace7/src/cddl/lib/Makefile#2 (text+ko) ====
@@ -3,7 +3,10 @@
.include <bsd.own.mk>
SUBDIR= libavl \
+ libctf \
+ libdtrace \
libnvpair \
+ libproc \
libumem \
libuutil \
${_libzfs} \
==== //depot/projects/dtrace7/src/cddl/usr.bin/Makefile#2 (text+ko) ====
@@ -2,7 +2,12 @@
.include <bsd.own.mk>
-SUBDIR= ${_ztest}
+SUBDIR= \
+ ctfconvert \
+ ctfdump \
+ ctfmerge \
+ sgsmsg \
+ ${_ztest}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
==== //depot/projects/dtrace7/src/cddl/usr.sbin/Makefile#2 (text+ko) ====
@@ -2,7 +2,8 @@
.include <bsd.own.mk>
-SUBDIR= ${_zdb}
+SUBDIR= dtrace \
+ ${_zdb}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
More information about the p4-projects
mailing list