Date: Thu, 3 Jan 2008 23:39:36 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132444 for review Message-ID: <200801032339.m03NdaJ7073872@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132444 Change 132444 by jb@jb_freebsd1 on 2008/01/03 23:38:54 Comment out the installation of the library D scripts until they are re-ported. The implementation has changed. Affected files ... .. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#17 edit Differences ... ==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#17 (text+ko) ==== @@ -88,11 +88,11 @@ beforedepend: dt_errtags.c dt_names.c -beforeinstall: -.if exists(${DESTDIR}/usr/lib/dtrace) -.for file in ${DSRCS} - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${.CURDIR}/${file} ${DESTDIR}/usr/lib/dtrace -.endfor -.endif +#beforeinstall: +#.if exists(${DESTDIR}/usr/lib/dtrace) +#.for file in ${DSRCS} +# ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${.CURDIR}/${file} ${DESTDIR}/usr/lib/dtrace +#.endfor +#.endif .include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801032339.m03NdaJ7073872>