Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/Makefile
          +++ new/usr/src/tools/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  24   25  #
  25   26  
  26   27  include ../Makefile.master
  27   28  
  28   29  # Bootstrap problem --
  29   30  # 'cw' must be built before anything else can be built.
  30   31  
  31   32  BOOT_SUBDIRS= \
  32   33          cw
  33   34  
↓ open down ↓ 12 lines elided ↑ open up ↑
  46   47          install.bin \
  47   48          lintdump \
  48   49          protocmp \
  49   50          protolist \
  50   51          scripts
  51   52  
  52   53  #
  53   54  #  special versions of commands for use only in build
  54   55  #
  55   56  UNSHIPPED_SUBDIRS = \
  56      -        elfsign
       57 +        elfsign \
       58 +        mandoc
  57   59  
  58   60  sparc_SUBDIRS= \
  59   61          chk4ubin \
  60   62          stabs \
  61   63          tokenize
  62   64  
  63   65  i386_SUBDIRS=           \
  64   66          aw              \
  65   67          elfextract      \
  66   68          mbh_patch
↓ open down ↓ 80 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX