Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 06:11:25 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98307 for review
Message-ID:  <200606020611.k526BPTq043637@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98307

Change 98307 by jb@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



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