svn commit: r211947 - head/sys/cddl/contrib/opensolaris/uts/common

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Aug 28 19:28:12 UTC 2010


Author: pjd
Date: Sat Aug 28 19:28:12 2010
New Revision: 211947
URL: http://svn.freebsd.org/changeset/base/211947

Log:
  Move ZUT_OBJS in the same place that is used in vendor code.
  
  Obtained from:	//depot/user/pjd/zfs/...

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files

Modified: head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files	Sat Aug 28 19:02:51 2010	(r211946)
+++ head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files	Sat Aug 28 19:28:12 2010	(r211947)
@@ -19,9 +19,6 @@
 # CDDL HEADER END
 #
 
-ZUT_OBJS +=			\
-	zut.o
-
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
@@ -109,3 +106,6 @@ ZFS_OBJS +=			\
 	zfs_vfsops.o		\
 	zfs_vnops.o		\
 	zvol.o
+
+ZUT_OBJS +=			\
+	zut.o


More information about the svn-src-head mailing list