Print this page
27908 ::gcore breaks sparc build
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
+++ new/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
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 #
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 #
22 22 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
23 23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 25 # Copyright (c) 2013 by Delphix. All rights reserved.
26 26 #
27 27
28 28 #
29 29 # This file simply contains the list of sources files compiled together
30 30 # to create the genunix mdb module. Having them in one place saves
31 31 # a bunch of unnecessary replication.
32 32 #
33 33 GENUNIX_SRCS = \
34 34 avl.c \
35 35 bio.c \
36 36 bitset.c \
37 37 combined.c \
38 38 contract.c \
39 39 cpupart.c \
40 40 cred.c \
↓ open down ↓ |
40 lines elided |
↑ open up ↑ |
41 41 ctxop.c \
42 42 cyclic.c \
43 43 damap.c \
44 44 ddi_periodic.c \
45 45 devinfo.c \
46 46 dist.c \
47 47 findstack.c \
48 48 findstack_subr.c \
49 49 fm.c \
50 50 gcore.c \
51 + gcore_isadep.c \
51 52 genunix.c \
52 53 group.c \
53 54 hotplug.c \
54 55 irm.c \
55 56 kgrep.c \
56 57 kmem.c \
57 58 ldi.c \
58 59 leaky.c \
59 60 leaky_subr.c \
60 61 lgrp.c \
61 62 list.c \
62 63 log.c \
63 64 mdi.c \
64 65 memory.c \
65 66 mmd.c \
66 67 modhash.c \
67 68 ndievents.c \
68 69 net.c \
69 70 netstack.c \
70 71 nvpair.c \
71 72 pg.c \
72 73 rctl.c \
73 74 sobj.c \
74 75 streams.c \
75 76 sysevent.c \
76 77 taskq.c \
77 78 thread.c \
78 79 tsd.c \
79 80 tsol.c \
80 81 vfs.c \
81 82 zone.c
↓ open down ↓ |
21 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX