Date: Fri, 14 Dec 2007 23:14:58 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 130906 for review Message-ID: <200712142314.lBENEwef049108@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130906 Change 130906 by jb@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712142314.lBENEwef049108>