|
|
http://perforce.freebsd.org/chv.cgi?CH=133145
Change 133145 by jb@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$//}
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|