Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2013 16:24:36 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 222345 for review
Message-ID:  <201302251624.r1PGOasV043104@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@222345?ac=10

Change 222345 by brooks@brooks_zenith on 2013/02/25 16:24:25

	It's sufficient to link against vdev_file.c once.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/cddl/lib/libzpool/Makefile#2 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/cddl/lib/libzpool/Makefile#2 (text+ko) ====

@@ -26,7 +26,7 @@
 
 LIB=		zpool
 
-ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c trim_map.c
+ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} trim_map.c
 ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/}
 KERNEL_SRCS=	kernel.c taskq.c util.c
 LIST_SRCS=	list.c



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