PERFORCE change 133145 for review
John Birrell
jb at FreeBSD.org
Sat Jan 12 16:39:41 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133145
Change 133145 by jb at jb_freebsd1 on 2008/01/13 00:39:15
We need /usr/lib32/dtrace to to put the 32-bit DTrace runtime
initialisation object in.
Install the 32-bit CDDL libs too.
Affected files ...
.. //depot/projects/dtrace/src/Makefile.inc1#35 edit
Differences ...
==== //depot/projects/dtrace/src/Makefile.inc1#35 (text+ko) ====
@@ -482,10 +482,15 @@
distribute32 install32:
.if make(distribute32)
mkdir -p ${DISTDIR}/${DISTRIBUTION}/usr/lib32 # XXX add to mtree
+ mkdir -p ${DISTDIR}/${DISTRIBUTION}/usr/lib32/dtrace # XXX add to mtree
.else
mkdir -p ${DESTDIR}/usr/lib32 # XXX add to mtree
+ mkdir -p ${DESTDIR}/usr/lib32/dtrace # XXX add to mtree
.endif
cd ${.CURDIR}/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
+.if ${MK_CDDL} != "no"
+ cd ${.CURDIR}/cddl/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
+.endif
cd ${.CURDIR}/gnu/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
.if ${MK_CRYPT} != "no"
cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
More information about the p4-projects
mailing list