Print this page
tools: build a tools copy of make (which the build will automatically use)
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/developer-build-onbld.mf
+++ new/usr/src/pkg/manifests/developer-build-onbld.mf
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
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
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 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 -# Copyright 2010, Richard Lowe
24 +# Copyright 2015, Richard Lowe
25 25 # Copyright 2012, Piotr Jasiukajtis
26 26 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
27 27 # Copyright (c) 2014, Joyent, Inc.
28 28 #
29 29
30 30 set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
31 31 set name=pkg.description value="tools used to build the OS-Net consolidation"
32 32 set name=pkg.summary value="OS-Net Build Tools"
33 33 set name=info.classification \
34 34 value="org.opensolaris.category.2008:Development/Distribution Tools"
35 35
36 36 #
37 37 # This package should not be incorporated. This allows the tools
38 38 # to be upgraded without upgrading the entire system.
39 39 #
40 40 set name=org.opensolaris.noincorp value=true
41 41 set name=variant.arch value=$(ARCH)
↓ open down ↓ |
7 lines elided |
↑ open up ↑ |
42 42 dir path=opt group=sys
43 43 dir path=opt/onbld
44 44 dir path=opt/onbld/bin
45 45 dir path=opt/onbld/bin/$(ARCH)
46 46 dir path=opt/onbld/env
47 47 dir path=opt/onbld/etc
48 48 dir path=opt/onbld/etc/exception_lists
49 49 dir path=opt/onbld/gk
50 50 dir path=opt/onbld/lib
51 51 dir path=opt/onbld/lib/$(ARCH)
52 +dir path=opt/onbld/lib/$(ARCH)/64
52 53 dir path=opt/onbld/lib/perl
53 54 dir path=opt/onbld/lib/python2.6
54 55 dir path=opt/onbld/lib/python2.6/onbld
55 56 dir path=opt/onbld/lib/python2.6/onbld/Checks
56 57 dir path=opt/onbld/lib/python2.6/onbld/Scm
57 58 dir path=opt/onbld/lib/python2.6/onbld/hgext
58 59 dir path=opt/onbld/man
59 60 dir path=opt/onbld/man/man1
61 +dir path=opt/onbld/share
60 62 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/aw mode=0555
61 63 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/chk4ubin mode=0555
62 64 file path=opt/onbld/bin/$(ARCH)/codereview mode=0555
63 65 file path=opt/onbld/bin/$(ARCH)/cscope-fast mode=0555
64 66 file path=opt/onbld/bin/$(ARCH)/ctfconvert mode=0555
65 67 file path=opt/onbld/bin/$(ARCH)/ctfdump mode=0555
66 68 file path=opt/onbld/bin/$(ARCH)/ctfmerge mode=0555
67 69 file path=opt/onbld/bin/$(ARCH)/ctfstabs mode=0555
68 70 file path=opt/onbld/bin/$(ARCH)/ctfstrip mode=0555
69 71 file path=opt/onbld/bin/$(ARCH)/cw mode=0555
70 72 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/elfextract mode=0555
71 73 file path=opt/onbld/bin/$(ARCH)/findunref mode=0555
72 74 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/forth mode=0555
73 75 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/forth_preload.so.1 mode=0555
74 76 file path=opt/onbld/bin/$(ARCH)/install mode=0555
75 77 file path=opt/onbld/bin/$(ARCH)/lintdump mode=0555
78 +file path=opt/onbld/bin/$(ARCH)/make mode=0555
76 79 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/mbh_patch mode=0555
77 80 file path=opt/onbld/bin/$(ARCH)/ndrgen mode=0555
78 81 file path=opt/onbld/bin/$(ARCH)/ndrgen1 mode=0555
79 82 file path=opt/onbld/bin/$(ARCH)/pmodes mode=0555
80 83 file path=opt/onbld/bin/$(ARCH)/protocmp mode=0555
81 84 file path=opt/onbld/bin/$(ARCH)/protolist mode=0555
82 85 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/stabs mode=0555
83 86 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize mode=0555
84 87 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize.exe mode=0555
85 88 file path=opt/onbld/bin/Install mode=0555
86 89 file path=opt/onbld/bin/bldenv mode=0555
87 90 file path=opt/onbld/bin/bringovercheck mode=0555
88 91 file path=opt/onbld/bin/build_cscope mode=0555
89 92 file path=opt/onbld/bin/cddlchk mode=0555
90 93 file path=opt/onbld/bin/check_rtime mode=0555
91 94 file path=opt/onbld/bin/checkpaths mode=0555
92 95 file path=opt/onbld/bin/checkproto mode=0555
93 96 file path=opt/onbld/bin/copyrightchk mode=0555
94 97 file path=opt/onbld/bin/cstyle mode=0555
95 98 file path=opt/onbld/bin/elfcmp mode=0555
96 99 file path=opt/onbld/bin/elfsigncmp mode=0555
97 100 file path=opt/onbld/bin/find_elf mode=0555
98 101 file path=opt/onbld/bin/findcrypto mode=0555
99 102 file path=opt/onbld/bin/flg.flp mode=0555
100 103 file path=opt/onbld/bin/genoffsets mode=0555
101 104 file path=opt/onbld/bin/get_depend_info mode=0555
102 105 file path=opt/onbld/bin/git-pbchk mode=0555
103 106 file path=opt/onbld/bin/hdrchk mode=0555
104 107 file path=opt/onbld/bin/hg-active mode=0555
105 108 file path=opt/onbld/bin/hgsetup mode=0555
106 109 file path=opt/onbld/bin/interface_check mode=0555
107 110 file path=opt/onbld/bin/interface_cmp mode=0555
108 111 file path=opt/onbld/bin/jstyle mode=0555
109 112 file path=opt/onbld/bin/make_pkg_db mode=0555
110 113 file path=opt/onbld/bin/mapfilechk mode=0555
111 114 file path=opt/onbld/bin/nightly mode=0555
112 115 file path=opt/onbld/bin/onu mode=0555
113 116 file path=opt/onbld/bin/protocmp.terse mode=0555
114 117 file path=opt/onbld/bin/sccscheck mode=0555
115 118 file path=opt/onbld/bin/signit mode=0555
116 119 file path=opt/onbld/bin/signproto mode=0555
117 120 file path=opt/onbld/bin/validate_flg mode=0555
118 121 file path=opt/onbld/bin/validate_paths mode=0555
119 122 file path=opt/onbld/bin/validate_pkg mode=0555
120 123 file path=opt/onbld/bin/wdiff mode=0555
121 124 file path=opt/onbld/bin/webrev mode=0555
122 125 file path=opt/onbld/bin/which_scm mode=0555
123 126 file path=opt/onbld/bin/ws mode=0555
124 127 file path=opt/onbld/bin/wsdiff mode=0555
125 128 file path=opt/onbld/bin/xref mode=0555
126 129 file path=opt/onbld/bin/xref.mk
127 130 file path=opt/onbld/env/developer
128 131 file path=opt/onbld/env/gatekeeper
129 132 file path=opt/onbld/env/illumos
130 133 file path=opt/onbld/etc/SampleLinks
↓ open down ↓ |
45 lines elided |
↑ open up ↑ |
131 134 file path=opt/onbld/etc/SamplePkgLinks
132 135 file path=opt/onbld/etc/exception_lists/check_rtime
133 136 file path=opt/onbld/etc/exception_lists/interface_check
134 137 file path=opt/onbld/etc/exception_lists/interface_cmp
135 138 file path=opt/onbld/etc/hgstyle
136 139 file path=opt/onbld/etc/its.conf
137 140 file path=opt/onbld/etc/its.reg
138 141 file path=opt/onbld/gk/.cshrc
139 142 file path=opt/onbld/gk/.login
140 143 file path=opt/onbld/gk/gen_make.machines mode=0755
144 +file path=opt/onbld/lib/$(ARCH)/64/libmakestate.so.1
141 145 file path=opt/onbld/lib/$(ARCH)/libdwarf.so.1
146 +file path=opt/onbld/lib/$(ARCH)/libmakestate.so.1
142 147 file path=opt/onbld/lib/perl/onbld_elfmod.pm
143 148 file path=opt/onbld/lib/perl/onbld_elfmod_vertype.pm
144 149 file path=opt/onbld/lib/python2.6/onbld/Checks/CStyle.py mode=0444
145 150 file path=opt/onbld/lib/python2.6/onbld/Checks/CStyle.pyc mode=0444
146 151 file path=opt/onbld/lib/python2.6/onbld/Checks/Cddl.py mode=0444
147 152 file path=opt/onbld/lib/python2.6/onbld/Checks/Cddl.pyc mode=0444
148 153 file path=opt/onbld/lib/python2.6/onbld/Checks/CmtBlk.py mode=0444
149 154 file path=opt/onbld/lib/python2.6/onbld/Checks/CmtBlk.pyc mode=0444
150 155 file path=opt/onbld/lib/python2.6/onbld/Checks/Comments.py mode=0444
151 156 file path=opt/onbld/lib/python2.6/onbld/Checks/Comments.pyc mode=0444
152 157 file path=opt/onbld/lib/python2.6/onbld/Checks/Copyright.py mode=0444
153 158 file path=opt/onbld/lib/python2.6/onbld/Checks/Copyright.pyc mode=0444
154 159 file path=opt/onbld/lib/python2.6/onbld/Checks/DbLookups.py mode=0444
155 160 file path=opt/onbld/lib/python2.6/onbld/Checks/DbLookups.pyc mode=0444
156 161 file path=opt/onbld/lib/python2.6/onbld/Checks/HdrChk.py mode=0444
157 162 file path=opt/onbld/lib/python2.6/onbld/Checks/HdrChk.pyc mode=0444
158 163 file path=opt/onbld/lib/python2.6/onbld/Checks/JStyle.py mode=0444
159 164 file path=opt/onbld/lib/python2.6/onbld/Checks/JStyle.pyc mode=0444
160 165 file path=opt/onbld/lib/python2.6/onbld/Checks/Keywords.py mode=0444
161 166 file path=opt/onbld/lib/python2.6/onbld/Checks/Keywords.pyc mode=0444
162 167 file path=opt/onbld/lib/python2.6/onbld/Checks/ManLint.py mode=0444
163 168 file path=opt/onbld/lib/python2.6/onbld/Checks/ManLint.pyc mode=0444
164 169 file path=opt/onbld/lib/python2.6/onbld/Checks/Mapfile.py mode=0444
165 170 file path=opt/onbld/lib/python2.6/onbld/Checks/Mapfile.pyc mode=0444
166 171 file path=opt/onbld/lib/python2.6/onbld/Checks/ProcessCheck.py mode=0444
167 172 file path=opt/onbld/lib/python2.6/onbld/Checks/ProcessCheck.pyc mode=0444
168 173 file path=opt/onbld/lib/python2.6/onbld/Checks/__init__.py mode=0444
169 174 file path=opt/onbld/lib/python2.6/onbld/Checks/__init__.pyc mode=0444
170 175 file path=opt/onbld/lib/python2.6/onbld/Scm/Backup.py mode=0444
171 176 file path=opt/onbld/lib/python2.6/onbld/Scm/Backup.pyc mode=0444
172 177 file path=opt/onbld/lib/python2.6/onbld/Scm/Ignore.py mode=0444
173 178 file path=opt/onbld/lib/python2.6/onbld/Scm/Ignore.pyc mode=0444
174 179 file path=opt/onbld/lib/python2.6/onbld/Scm/Version.py mode=0444
175 180 file path=opt/onbld/lib/python2.6/onbld/Scm/Version.pyc mode=0444
176 181 file path=opt/onbld/lib/python2.6/onbld/Scm/WorkSpace.py mode=0444
177 182 file path=opt/onbld/lib/python2.6/onbld/Scm/WorkSpace.pyc mode=0444
178 183 file path=opt/onbld/lib/python2.6/onbld/Scm/__init__.py mode=0444
179 184 file path=opt/onbld/lib/python2.6/onbld/Scm/__init__.pyc mode=0444
180 185 file path=opt/onbld/lib/python2.6/onbld/__init__.py mode=0444
181 186 file path=opt/onbld/lib/python2.6/onbld/__init__.pyc mode=0444
182 187 file path=opt/onbld/lib/python2.6/onbld/hgext/__init__.py mode=0444
183 188 file path=opt/onbld/lib/python2.6/onbld/hgext/__init__.pyc mode=0444
184 189 file path=opt/onbld/lib/python2.6/onbld/hgext/cdm.py mode=0444
185 190 file path=opt/onbld/man/man1/Install.1
186 191 file path=opt/onbld/man/man1/bldenv.1
187 192 file path=opt/onbld/man/man1/bringovercheck.1
188 193 file path=opt/onbld/man/man1/cddlchk.1
189 194 file path=opt/onbld/man/man1/check_rtime.1
190 195 file path=opt/onbld/man/man1/checkpaths.1
191 196 file path=opt/onbld/man/man1/codereview.1
192 197 file path=opt/onbld/man/man1/cstyle.1
193 198 file path=opt/onbld/man/man1/cw.1
194 199 file path=opt/onbld/man/man1/find_elf.1
195 200 file path=opt/onbld/man/man1/findunref.1
196 201 file path=opt/onbld/man/man1/flg.flp.1
197 202 file path=opt/onbld/man/man1/get_depend_info.1
198 203 file path=opt/onbld/man/man1/git-pbchk.1
199 204 file path=opt/onbld/man/man1/hdrchk.1
200 205 file path=opt/onbld/man/man1/hgsetup.1
201 206 file path=opt/onbld/man/man1/interface_check.1
202 207 file path=opt/onbld/man/man1/interface_cmp.1
203 208 file path=opt/onbld/man/man1/jstyle.1
204 209 file path=opt/onbld/man/man1/lintdump.1
205 210 file path=opt/onbld/man/man1/make_pkg_db.1
206 211 file path=opt/onbld/man/man1/mapfilechk.1
207 212 file path=opt/onbld/man/man1/ndrgen.1
↓ open down ↓ |
56 lines elided |
↑ open up ↑ |
208 213 file path=opt/onbld/man/man1/nightly.1
209 214 file path=opt/onbld/man/man1/onu.1
210 215 file path=opt/onbld/man/man1/sccscheck.1
211 216 file path=opt/onbld/man/man1/signit.1
212 217 file path=opt/onbld/man/man1/signproto.1
213 218 file path=opt/onbld/man/man1/webrev.1
214 219 file path=opt/onbld/man/man1/which_scm.1
215 220 file path=opt/onbld/man/man1/ws.1
216 221 file path=opt/onbld/man/man1/wsdiff.1
217 222 file path=opt/onbld/man/man1/xref.1
223 +file path=opt/onbld/share/make.rules mode=0444
218 224 hardlink path=opt/onbld/bin/$(ARCH)/install.bin target=./install
219 225 legacy pkg=SUNWonbld desc="tools used to build the OS-Net consolidation" \
220 226 name="OS-Net Build Tools" version=11.11,REV=2009.10.22
221 227 license cr_Sun license=cr_Sun
222 228 license lic_CDDL license=lic_CDDL
223 229 license usr/src/tools/ctf/dwarf/THIRDPARTYLICENSE \
224 230 license=usr/src/tools/ctf/dwarf/THIRDPARTYLICENSE
225 231 license usr/src/tools/onbld/THIRDPARTYLICENSE \
226 232 license=usr/src/tools/onbld/THIRDPARTYLICENSE
233 +link path=opt/onbld/bin/$(ARCH)/dmake target=make
227 234 link path=opt/onbld/bin/git-nits target=git-pbchk
228 235 link path=opt/onbld/lib/python target=python2.6
229 236 link path=opt/onbld/man/man1/git-nits.1 target=git-pbchk.1
230 237 # webrev(1) requires ps2pdf
231 238 depend fmri=print/filter/ghostscript type=require
232 239 # nightly(1) uses wget
233 240 depend fmri=web/wget type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX