Print this page
8002 delete unnecessary obsolete packages
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/common/io/ib/inc.flg
+++ new/usr/src/uts/common/io/ib/inc.flg
1 1 #!/bin/sh
2 2 #
3 3 # CDDL HEADER START
4 4 #
5 5 # The contents of this file are subject to the terms of the
6 6 # Common Development and Distribution License (the "License").
7 7 # You may not use this file except in compliance with the License.
8 8 #
9 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 10 # or http://www.opensolaris.org/os/licensing.
11 11 # See the License for the specific language governing permissions
12 12 # and limitations under the License.
13 13 #
14 14 # When distributing Covered Code, include this CDDL HEADER in each
15 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 16 # If applicable, add the following below this CDDL HEADER, with the
17 17 # fields enclosed by brackets "[]" replaced with your own identifying
18 18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 19 #
20 20 # CDDL HEADER END
21 21 #
22 22
23 23 #
24 24 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
25 25 #
26 26
27 27 #
28 28 # This file brings down all that is needed to build the
29 29 # core Infiniband code.
30 30 #
31 31
32 32 # header files
33 33 find_files "s.*.h" \
34 34 usr/src/uts/common/sys/ib \
35 35 usr/src/uts/common/sys \
36 36 usr/src/uts/sparc/sys \
37 37 usr/src/uts/sparc/v7/sys \
38 38 usr/src/uts/sparc/v9/sys \
39 39 usr/src/uts/sun/sys \
40 40 usr/src/uts/intel/sys \
41 41 usr/src/uts/intel/ia32/sys \
42 42 usr/src/uts/common/rpc \
43 43 usr/src/uts/common/netinet \
44 44 usr/src/uts/common/inet \
45 45 usr/src/uts/common/net \
46 46 usr/src/uts/common/vm \
47 47 usr/src/uts/common/gssapi
48 48
49 49 # cfgadm plugin directory
50 50 find_files "s.*" \
51 51 usr/src/lib/cfgadm_plugins/ib
52 52
53 53 # warlock
54 54 find_files "s.*" \
55 55 usr/src/uts/common/io/warlock
56 56
57 57 # to compile the drivers/modules
58 58 find_files "s.*" \
59 59 usr/src/uts/sparc/ib \
60 60 usr/src/uts/sparc/ibcm \
61 61 usr/src/uts/sparc/ibdm \
62 62 usr/src/uts/sparc/ibmf \
63 63 usr/src/uts/sparc/ibtl \
64 64 usr/src/uts/sparc/ibp \
65 65 usr/src/uts/sparc/rpcib \
↓ open down ↓ |
65 lines elided |
↑ open up ↑ |
66 66 usr/src/uts/intel/ib \
67 67 usr/src/uts/intel/ibcm \
68 68 usr/src/uts/intel/ibdm \
69 69 usr/src/uts/intel/ibmf \
70 70 usr/src/uts/intel/ibtl \
71 71 usr/src/uts/intel/ibp \
72 72 usr/src/uts/intel/rpcib
73 73
74 74 # packaging files
75 75 find_files "s.*" usr/src/pkg/license_files
76 -echo_file usr/src/pkg/manifests/SUNWib.mf
77 -echo_file usr/src/pkg/manifests/SUNWtavor.mf
78 76
79 77 # extra files needed
80 78 find_files "s.*" \
81 79 usr/src/uts/common/os \
82 80 usr/src/uts/common/rpc \
83 81 usr/src/uts/intel/asm \
84 82 usr/src/uts/intel/amd64
85 83
86 84 # makefiles
87 85 echo_file usr/src/Makefile.master
88 86 echo_file usr/src/Makefile.master.64
89 87 echo_file usr/src/req.flg
90 88 echo_file usr/src/Makefile.psm
91 89 echo_file usr/src/Makefile.psm.targ
92 90 echo_file usr/src/uts/Makefile
93 91 echo_file usr/src/uts/Makefile.targ
94 92 echo_file usr/src/uts/Makefile.uts
95 93 echo_file usr/src/uts/sun/Makefile.files
96 94 echo_file usr/src/uts/sun/Makefile.rules
97 95 echo_file usr/src/uts/common/Makefile.files
98 96 echo_file usr/src/uts/common/Makefile.rules
99 97 echo_file usr/src/uts/common/sys/Makefile
100 98 echo_file usr/src/uts/sparc/Makefile
101 99 echo_file usr/src/uts/sparc/Makefile.files
102 100 echo_file usr/src/uts/sparc/Makefile.rules
103 101 echo_file usr/src/uts/sparc/Makefile.sparc
104 102 echo_file usr/src/uts/sparc/Makefile.targ
105 103 echo_file usr/src/uts/sparc/ml/sparc.il
106 104 echo_file usr/src/uts/sparc/req.flg
107 105 echo_file usr/src/uts/intel/Makefile
108 106 echo_file usr/src/uts/intel/Makefile.files
109 107 echo_file usr/src/uts/intel/Makefile.rules
110 108 echo_file usr/src/uts/intel/Makefile.intel
111 109 echo_file usr/src/uts/intel/Makefile.targ
112 110 echo_file usr/src/uts/intel/ia32/ml/ia32.il
113 111 echo_file usr/src/uts/sun4/Makefile.files
114 112 echo_file usr/src/uts/sun4/Makefile.rules
115 113 echo_file usr/src/uts/sun4u/Makefile
116 114 echo_file usr/src/uts/sun4u/Makefile.files
117 115 echo_file usr/src/uts/sun4u/Makefile.rules
118 116 echo_file usr/src/uts/sun4u/Makefile.sun4u
119 117 echo_file usr/src/uts/sun4u/Makefile.targ
120 118 echo_file usr/src/uts/sun4u/Makefile.workarounds
121 119 echo_file usr/src/uts/sfmmu/Makefile.files
122 120 echo_file usr/src/uts/sfmmu/Makefile.rules
123 121 echo_file usr/src/uts/sparc/v9/Makefile.files
124 122 echo_file usr/src/uts/sparc/v9/Makefile.rules
125 123 echo_file usr/src/cmd/Makefile
126 124 echo_file usr/src/cmd/Makefile.cmd
127 125 echo_file usr/src/cmd/Makefile.targ
128 126 echo_file usr/src/pkg/Makefile
129 127 echo_file exception_lists/packaging
130 128 find_files "s.*" usr/src/common/mapfiles
↓ open down ↓ |
43 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX