Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 05:08:14 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133098 for review
Message-ID:  <200801120508.m0C58Er6009215@repoman.freebsd.org>

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

Change 133098 by jb@jb_freebsd1 on 2008/01/12 05:07:42

	Remove some include paths which aren't required now we have our
	own libproc.

Affected files ...

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

Differences ...

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

@@ -52,13 +52,11 @@
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libgen/common
 
 CFLAGS+=	-I${.OBJDIR} \
-		-I${.CURDIR}/../libproc \
 		-I${.CURDIR}/../../../sys/compat/opensolaris \
 		-I${.CURDIR}/../../../compat/opensolaris/include \
 		-I${OPENSOLARIS_USR_DISTDIR}/head \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common \
-		-I${OPENSOLARIS_USR_DISTDIR}/lib/libproc/common \
 		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common \
 		-I${OPENSOLARIS_SYS_DISTDIR}/compat
 



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