Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 00:39:40 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133145 for review
Message-ID:  <200801130039.m0D0dem3059324@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801130039.m0D0dem3059324>