Print this page
8564 developer/build/onbld shouldn't require ghostscript
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/Makefile
          +++ new/usr/src/tools/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  #
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  # Copyright 2016 Toomas Soome <tsoome@me.com>
  26   26  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  27      -# Copyright (c) 2019, Joyent, Inc.
       27 +# Copyright 2019 Joyent, Inc.
  28   28  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  29   29  #
  30   30  
  31   31  include ../Makefile.master
  32   32  
  33   33  # Bootstrap problem: some utilities are pre-requisites for building everything
  34   34  # else:
  35   35  #    - smatch - as it is a shadow compiler
  36   36  #    - cw - as it is used to drive builds
  37   37  #    - install.bin - being the 'install' target dependency
↓ open down ↓ 5 lines elided ↑ open up ↑
  43   43  BOOT_SUBDIRS= \
  44   44          smatch \
  45   45          .WAIT \
  46   46          cw \
  47   47          .WAIT \
  48   48          install.bin \
  49   49          .WAIT \
  50   50          ctf
  51   51  
  52   52  COMMON_SUBDIRS= \
  53      -        codereview \
  54   53          codesign \
  55   54          cscope-fast \
  56   55          env \
  57   56          findunref \
  58   57          lintdump \
  59   58          make \
  60   59          makesoftcore \
  61   60          ndrgen \
  62   61          onbld \
  63   62          protocmp \
↓ open down ↓ 109 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX