PERFORCE change 132444 for review

John Birrell jb at FreeBSD.org
Thu Jan 3 15:39:36 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132444

Change 132444 by jb at 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>


More information about the p4-projects mailing list