Print this page
Rich's feedback
6375 Add native name demangling support

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2012, Joyent, Inc. All rights reserved.
  26   26  # Copyright (c) 2013 Gary Mills
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright (c) 2015 Gary Mills
  29   29  # Copyright 2016 Toomas Soome <tsoome@me.com>
  30   30  # Copyright 2018 Nexenta Systems, Inc.
  31   31  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  32   32  # Copyright 2017 RackTop Systems.
       33 +# Copyirght 2018 Jason King
  33   34  #
  34   35  
  35   36  include ../Makefile.master
  36   37  
  37   38  #       Note that libcurses installs commands along with its library.
  38   39  #       This is a minor bug which probably should be fixed.
  39   40  #       Note also that a few extra libraries are kept in cmd source.
  40   41  #
  41   42  # Certain libraries are linked with, hence depend on, other libraries.
  42   43  # Library dependencies are called out explicitly, see "Library
↓ open down ↓ 55 lines elided ↑ open up ↑
  98   99          libcfgadm       \
  99  100          libcmd          \
 100  101          libcmdutils     \
 101  102          libcommputil    \
 102  103          libcontract     \
 103  104          libcpc          \
 104  105          libcrypt        \
 105  106          libcryptoutil   \
 106  107          libctf          \
 107  108          libcurses       \
      109 +        libdemangle     \
 108  110          libdevice       \
 109  111          libdevid        \
 110  112          libdevinfo      \
 111  113          libdhcpagent    \
 112  114          libdhcputil     \
 113  115          libdisasm       \
 114  116          libdiskmgt      \
 115  117          libdladm        \
 116  118          libdll          \
 117  119          libdlpi         \
↓ open down ↓ 256 lines elided ↑ open up ↑
 374  376          libbsm          \
 375  377          libc            \
 376  378          libcmd          \
 377  379          libcmdutils     \
 378  380          libcommputil    \
 379  381          libcontract     \
 380  382          libcpc          \
 381  383          libcryptoutil   \
 382  384          libctf          \
 383  385          libcurses       \
      386 +        libdemangle     \
 384  387          libdevice       \
 385  388          libdevid        \
 386  389          libdevinfo      \
 387  390          libdhcpagent    \
 388  391          libdhcputil     \
 389  392          libdisasm       \
 390  393          libdiskmgt      \
 391  394          libdladm        \
 392  395          libdll          \
 393  396          libdlpi         \
↓ open down ↓ 334 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX