Date: Sat, 21 Aug 2010 11:09:03 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211547 - head/cddl/lib Message-ID: <201008211109.o7LB93uQ066995@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Sat Aug 21 11:09:03 2010 New Revision: 211547 URL: http://svn.freebsd.org/changeset/base/211547 Log: The DTrace instrumentation object is going to be i386/amd64 only. Sponsored by: The FreeBSD Foundation Modified: head/cddl/lib/Makefile Modified: head/cddl/lib/Makefile ============================================================================== --- head/cddl/lib/Makefile Sat Aug 21 11:06:21 2010 (r211546) +++ head/cddl/lib/Makefile Sat Aug 21 11:09:03 2010 (r211547) @@ -2,7 +2,7 @@ .include <bsd.own.mk> -SUBDIR= drti \ +SUBDIR= ${_drti} \ libavl \ libctf \ ${_libdtrace} \ @@ -20,6 +20,7 @@ _libzpool= libzpool .endif .if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 +_drti= drti _libdtrace= libdtrace .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008211109.o7LB93uQ066995>