Print this page
NEX-9559 remove nza-closed cruft
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Bug 11205: add missing libzfs_closed_stubs.c to fix opensource-only build.
ZFS plus work: special vdevs, cos, cos/vdev properties

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zpool/Makefile
          +++ new/usr/src/cmd/zpool/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  23   24  # Copyright 2016 Igor Kozhukhov <ikozhukhov@gmail.com>.
  24   25  # Copyright (c) 2015 by Delphix. All rights reserved.
  25   26  #
  26   27  
  27   28  PROG= zpool
  28   29  OBJS= zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o
  29   30  SRCS= $(OBJS:%.o=%.c)
  30   31  POFILES=$(OBJS:%.o=%.po)
  31   32  POFILE= zpool.po
  32   33  
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX