Print this page
4844 Remove setmnt command

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 ↓ 320 lines elided ↑ open up ↑
 357  358          sasinfo         \
 358  359          savecore        \
 359  360          sbdadm          \
 360  361          script          \
 361  362          scsi            \
 362  363          sdiff           \
 363  364          sdpadm          \
 364  365          sed             \
 365  366          sendmail        \
 366  367          setfacl         \
 367      -        setmnt          \
 368  368          setpgrp         \
 369  369          setuname        \
 370  370          sgs             \
 371  371          sh              \
 372  372          shcomp          \
 373  373          smbios          \
 374  374          smbsrv          \
 375  375          smserverd       \
 376  376          soelim          \
 377  377          sort            \
↓ open down ↓ 463 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX