Print this page
NEX-1666 More maintainable ips2deb
NEX-2266 Shouldn't use mandoc binary from proto area during the build

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 Nexenta Systems, Inc.  All rights reserved.
  24   25  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   26  # Copyright 2016 Toomas Soome <tsoome@me.com>
  26   27  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  27   28  #
  28   29  
  29   30  include ../Makefile.master
  30   31  
  31   32  # Bootstrap problem: 'cw' must be built before anything else can be built.
  32   33  # 'install.bin' should be built next, being the 'install' target dependency
  33   34  # for everything else.
↓ open down ↓ 5 lines elided ↑ open up ↑
  39   40          .WAIT \
  40   41          install.bin
  41   42  
  42   43  COMMON_SUBDIRS= \
  43   44          codereview \
  44   45          codesign \
  45   46          cscope-fast \
  46   47          ctf \
  47   48          env \
  48   49          findunref \
       50 +        ips2deb \
  49   51          lintdump \
  50   52          make \
  51   53          ndrgen \
  52   54          onbld \
  53   55          protocmp \
  54   56          protolist \
  55   57          scripts
  56   58  
  57   59  #
  58   60  #  special versions of commands for use only in build
↓ open down ↓ 105 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX