Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 04:40:42 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95412 for review
Message-ID:  <200604170440.k3H4eg00082702@repoman.freebsd.org>

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

Change 95412 by jb@jb_freebsd2 on 2006/04/17 04:40:14

	Change the include path order and sort the source files by name.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libctf/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libctf/Makefile#3 (text+ko) ====

@@ -5,9 +5,17 @@
 LIB=		ctf
 SHLIB_MAJOR=	1
 
-SRCS=		ctf_create.c ctf_decl.c ctf_error.c ctf_hash.c \
-		ctf_labels.c ctf_lookup.c ctf_open.c ctf_types.c \
-		ctf_util.c ctf_lib.c ctf_subr.c
+SRCS=		ctf_create.c \
+		ctf_decl.c \
+		ctf_error.c \
+		ctf_hash.c \
+		ctf_labels.c \
+		ctf_lib.c \
+		ctf_lookup.c \
+		ctf_open.c \
+		ctf_subr.c \
+		ctf_types.c \
+		ctf_util.c
 
 WARNS?=         0
 
@@ -17,8 +25,8 @@
 
 CFLAGS+=	-DCTF_OLD_VERSIONS
 
-CFLAGS+=	-I${.CURDIR}/../../../contrib \
-		-I${.CURDIR}/../../../sys/contrib \
+CFLAGS+=	-I${.CURDIR}/../../../sys/contrib \
+		-I${.CURDIR}/../../../contrib \
 		-I${OPENSOLARIS_USR_DISTDIR}/head \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
 		-I${OPENSOLARIS_SYS_DISTDIR}/common/ctf \



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