PERFORCE change 98307 for review

John Birrell jb at FreeBSD.org
Fri Jun 2 06:12:56 UTC 2006


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

Change 98307 by jb at jb_freebsd2 on 2006/06/02 06:10:58

	Don't clobber the install target just because there are D scripts
	to install. Doing that stops libdtrace from being installed which
	is not terribly helpful. Don't ask me how I know. Blush.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#8 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#8 (text+ko) ====

@@ -85,7 +85,7 @@
 
 beforedepend:	dt_errtags.c dt_names.c
 
-install:
+beforeinstall:
 .for file in ${DSRCS}
 	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${.CURDIR}/${file} ${DESTDIR}/usr/lib/dtrace
 .endfor


More information about the p4-projects mailing list