Print this page
6117 Many small bugs prevent a clean build on SPARC

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/Makefile.common
          +++ new/usr/src/cmd/mdb/Makefile.common
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
       23 +# Copyright 2015 Gary Mills
  23   24  #
  24   25  # MDB modules used for debugging user processes that every ISA's build
  25   26  # subdirectory will need to build.
  26   27  #
  27   28  
  28   29  COMMON_MODULES_PROC = \
  29   30          dof \
  30   31          libavl \
  31   32          libc \
  32   33          libcmdutils \
  33      -        libfksmbsrv \
  34   34          libnvpair \
  35   35          libproc \
  36   36          libpython2.6 \
  37   37          libsysevent \
  38   38          libtopo \
  39   39          libumem \
  40   40          libuutil \
  41   41          libzpool \
  42   42          mdb_ds \
  43   43          mdb_test
↓ open down ↓ 66 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX