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
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
↓ 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
44 44
45 45 #
46 46 # MDB modules used for debugging user processes which are only 32-bit
47 47 #
48 48 COMMON_MODULES_PROC_32BIT = \
49 49 svc.configd \
50 50 svc.startd
51 51
52 52 #
53 53 # MDB modules used for debugging kernels.
54 54 #
55 55 COMMON_MODULES_KVM = \
56 56 arp \
57 57 cpc \
58 58 crypto \
59 59 dtrace \
60 60 emlxs \
61 61 fcip \
62 62 fcp \
63 63 fctl \
64 64 genunix \
65 65 hook \
66 66 neti \
67 67 idm \
68 68 ii \
69 69 ip \
70 70 ipc \
71 71 ipp \
72 72 krtld \
73 73 lofs \
74 74 logindmux \
75 75 mac \
76 76 md \
77 77 mpt_sas \
78 78 mr_sas \
79 79 nca \
80 80 nsctl \
81 81 nsmb \
82 82 pmcs \
83 83 ptm \
84 84 qlc \
85 85 random \
86 86 rdc \
87 87 s1394 \
88 88 scsi_vhci \
89 89 sctp \
90 90 sd \
91 91 sdbc \
92 92 smbfs \
93 93 smbsrv \
94 94 sockfs \
95 95 specfs \
96 96 sppp \
97 97 srpt \
98 98 stmf \
99 99 stmf_sbd \
100 100 sv \
101 101 ufs \
102 102 usba \
103 103 zfs
104 104
105 105 CLOSED_COMMON_MODULES_KVM = \
106 106 mpt \
107 107 nfs
108 108
109 109 include $(SRC)/Makefile.master
↓ open down ↓ |
66 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX