Print this page
mandoc import

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 Garrett D'Amore <garrett@damore.org>
  27   28  
  28   29  include ../Makefile.master
  29   30  
  30   31  #
  31      -#       Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
       32 +#       Note that the commands 'lp', and 'perl' 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
  37   38  #       of other commands.  Currently this includes only 'isaexec' and
  38   39  #       'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
  39   40  #       $(ROOT)/usr/lib/platexec must exist when some other commands are built
  40   41  #       because their 'make install' creates a hard link to one of them.
  41   42  #
↓ open down ↓ 3 lines elided ↑ open up ↑
  45   46  
  46   47  FIRST_SUBDIRS=          \
  47   48          isaexec         \
  48   49          platexec
  49   50  
  50   51  COMMON_SUBDIRS=         \
  51   52          allocate        \
  52   53          availdevs       \
  53   54          lp              \
  54   55          perl            \
  55      -        man             \
  56   56          Adm             \
  57   57          abi             \
  58   58          adbgen          \
  59   59          acct            \
  60   60          acctadm         \
  61   61          arch            \
  62   62          asa             \
  63   63          ast             \
  64   64          audio           \
  65   65          auths           \
↓ open down ↓ 179 lines elided ↑ open up ↑
 245  245          logins          \
 246  246          look            \
 247  247          ls              \
 248  248          luxadm          \
 249  249          lvm             \
 250  250          mach            \
 251  251          machid          \
 252  252          mail            \
 253  253          mailx           \
 254  254          makekey         \
      255 +        man             \
      256 +        mandoc          \
 255  257          mdb             \
 256  258          mesg            \
 257  259          mkdir           \
 258  260          mkfifo          \
 259  261          mkfile          \
 260  262          mkmsgs          \
 261  263          mknod           \
 262  264          mkpwdict        \
 263  265          mktemp          \
 264  266          modload         \
↓ open down ↓ 226 lines elided ↑ open up ↑
 491  493          oplhpd          \
 492  494          prtdscp         \
 493  495          prtfru          \
 494  496          scadm           \
 495  497          sckmd           \
 496  498          sf880drd        \
 497  499          virtinfo        \
 498  500          vntsd
 499  501  
 500  502  #
 501      -# Commands that are messaged.  Note that 'lp' and 'man' come first
 502      -# (see previous comment about 'lp' and 'man').
      503 +# Commands that are messaged.  Note that 'lp' comes first
      504 +# (see previous comment about 'lp'.)
 503  505  #
 504  506  MSGSUBDIRS=             \
 505  507          lp              \
 506      -        man             \
 507  508          abi             \
 508  509          acctadm         \
 509  510          allocate        \
 510  511          asa             \
 511  512          audio           \
 512  513          audit           \
 513  514          auditconfig     \
 514  515          auditd          \
 515  516          auditrecord     \
 516  517          auditset        \
↓ open down ↓ 93 lines elided ↑ open up ↑
 610  611          lgrpinfo        \
 611  612          locale          \
 612  613          lofiadm         \
 613  614          logadm          \
 614  615          logger          \
 615  616          logins          \
 616  617          ls              \
 617  618          luxadm          \
 618  619          lvm             \
 619  620          mailx           \
      621 +        man             \
 620  622          mesg            \
 621  623          mkdir           \
 622  624          mkpwdict        \
 623  625          mktemp          \
 624  626          more            \
 625  627          mpathadm        \
 626  628          msgfmt          \
 627  629          mv              \
 628  630          ndmpadm         \
 629  631          ndmpstat        \
↓ open down ↓ 210 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX