PERFORCE change 103961 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 02:48:16 UTC 2006


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

Change 103961 by jb at jb_freebsd2 on 2006/08/15 02:47:41

	Use the compiler warning level specified above.
	
	Remove a source file that contains code we don't have an implementation for.

Affected files ...

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

Differences ...

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

@@ -5,8 +5,7 @@
 LIB=		dtrace
 SHLIB_MAJOR=	1
 
-SRCS=		drti.c \
-		dt_aggregate.c \
+SRCS=		dt_aggregate.c \
 		dt_as.c \
 		dt_buf.c \
 		dt_cc.c \
@@ -48,8 +47,6 @@
 DSRCS=		errno.d \
 		psinfo.d
 
-WARNS?=         0
-
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libgen/common
 


More information about the p4-projects mailing list