Print this page
4833 Remove volrmmount
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  24   24  # Copyright (c) 2012 Joyent, Inc.  All rights reserved.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
       27 +# Copyright 2014 Andrew Stormont.
  27   28  
  28   29  include ../Makefile.master
  29   30  
  30   31  #
  31   32  #       Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
  32   33  #       the list, violating alphabetical order.  This is because they are very
  33   34  #       long-running and should be given the most wall-clock time for a
  34   35  #       parallel build.
  35   36  #
  36   37  #       Commands in the FIRST_SUBDIRS list are built before starting the build
↓ open down ↓ 392 lines elided ↑ open up ↑
 429  430          unlink          \
 430  431          unpack          \
 431  432          userattr        \
 432  433          users           \
 433  434          utmp_update     \
 434  435          utmpd           \
 435  436          valtools        \
 436  437          vgrind          \
 437  438          vi              \
 438  439          volcheck        \
 439      -        volrmmount      \
 440  440          vrrpadm         \
 441  441          vscan           \
 442  442          vt              \
 443  443          w               \
 444  444          wall            \
 445  445          which           \
 446  446          who             \
 447  447          whodo           \
 448  448          wracct          \
 449  449          write           \
↓ open down ↓ 260 lines elided ↑ open up ↑
 710  710          ul              \
 711  711          uname           \
 712  712          units           \
 713  713          unlink          \
 714  714          unpack          \
 715  715          userattr        \
 716  716          valtools        \
 717  717          vgrind          \
 718  718          vi              \
 719  719          volcheck        \
 720      -        volrmmount      \
 721  720          vrrpadm         \
 722  721          vscan           \
 723  722          w               \
 724  723          who             \
 725  724          whodo           \
 726  725          wracct          \
 727  726          write           \
 728  727          wusbadm         \
 729  728          xargs           \
 730  729          yppasswd        \
↓ open down ↓ 110 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX