Print this page
2619 asynchronous destruction of ZFS file systems
2747 SPA versioning with zfs feature flags
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <gwilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  24 # Copyright 2011 Joyent, Inc.  All rights reserved.

  25 
  26 include ../Makefile.master
  27 
  28 #
  29 #       Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
  30 #       the list, violating alphabetical order.  This is because they are very
  31 #       long-running and should be given the most wall-clock time for a
  32 #       parallel build.
  33 #
  34 #       Commands in the FIRST_SUBDIRS list are built before starting the build
  35 #       of other commands.  Currently this includes only 'isaexec' and
  36 #       'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
  37 #       $(ROOT)/usr/lib/platexec must exist when some other commands are built
  38 #       because their 'make install' creates a hard link to one of them.
  39 #
  40 #       Commands are listed one per line so that TeamWare can auto-merge most
  41 #       changes.
  42 #
  43 
  44 FIRST_SUBDIRS=          \


 437         volrmmount      \
 438         vrrpadm         \
 439         vscan           \
 440         vt              \
 441         w               \
 442         wall            \
 443         which           \
 444         who             \
 445         whodo           \
 446         wracct          \
 447         write           \
 448         wusbadm         \
 449         xargs           \
 450         xstr            \
 451         yes             \
 452         ypcmd           \
 453         yppasswd        \
 454         zdb             \
 455         zdump           \
 456         zfs             \

 457         zic             \
 458         zinject         \
 459         zlogin          \
 460         zoneadm         \
 461         zoneadmd        \
 462         zonecfg         \
 463         zonename        \
 464         zpool           \
 465         zlook           \
 466         zonestat        \
 467         zstreamdump     \
 468         ztest
 469 
 470 $(CLOSED_BUILD)COMMON_SUBDIRS += \
 471         $(CLOSED)/cmd/iconv     \
 472         $(CLOSED)/cmd/ksh       \
 473         $(CLOSED)/cmd/localedef \
 474         $(CLOSED)/cmd/more_xpg4 \
 475         $(CLOSED)/cmd/mtst      \
 476         $(CLOSED)/cmd/od        \




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  24 # Copyright 2011 Joyent, Inc.  All rights reserved.
  25 # Copyright (c) 2012 by Delphix. All rights reserved.
  26 
  27 include ../Makefile.master
  28 
  29 #
  30 #       Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
  31 #       the list, violating alphabetical order.  This is because they are very
  32 #       long-running and should be given the most wall-clock time for a
  33 #       parallel build.
  34 #
  35 #       Commands in the FIRST_SUBDIRS list are built before starting the build
  36 #       of other commands.  Currently this includes only 'isaexec' and
  37 #       'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
  38 #       $(ROOT)/usr/lib/platexec must exist when some other commands are built
  39 #       because their 'make install' creates a hard link to one of them.
  40 #
  41 #       Commands are listed one per line so that TeamWare can auto-merge most
  42 #       changes.
  43 #
  44 
  45 FIRST_SUBDIRS=          \


 438         volrmmount      \
 439         vrrpadm         \
 440         vscan           \
 441         vt              \
 442         w               \
 443         wall            \
 444         which           \
 445         who             \
 446         whodo           \
 447         wracct          \
 448         write           \
 449         wusbadm         \
 450         xargs           \
 451         xstr            \
 452         yes             \
 453         ypcmd           \
 454         yppasswd        \
 455         zdb             \
 456         zdump           \
 457         zfs             \
 458         zhack           \
 459         zic             \
 460         zinject         \
 461         zlogin          \
 462         zoneadm         \
 463         zoneadmd        \
 464         zonecfg         \
 465         zonename        \
 466         zpool           \
 467         zlook           \
 468         zonestat        \
 469         zstreamdump     \
 470         ztest
 471 
 472 $(CLOSED_BUILD)COMMON_SUBDIRS += \
 473         $(CLOSED)/cmd/iconv     \
 474         $(CLOSED)/cmd/ksh       \
 475         $(CLOSED)/cmd/localedef \
 476         $(CLOSED)/cmd/more_xpg4 \
 477         $(CLOSED)/cmd/mtst      \
 478         $(CLOSED)/cmd/od        \