Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3head/Makefile
+++ new/usr/src/man/man3head/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet
9 9 # at http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2011, Richard Lowe
14 14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
15 16 #
16 17
17 18 include $(SRC)/Makefile.master
18 19
19 20 MANSECT= 3head
20 21
21 22 MANFILES= acct.h.3head \
22 23 aio.h.3head \
23 24 ar.h.3head \
24 25 archives.h.3head \
25 26 assert.h.3head \
26 27 complex.h.3head \
27 28 cpio.h.3head \
28 29 dirent.h.3head \
29 30 errno.h.3head \
30 31 fcntl.h.3head \
31 32 fenv.h.3head \
32 33 float.h.3head \
33 34 floatingpoint.h.3head \
34 35 fmtmsg.h.3head \
35 36 fnmatch.h.3head \
36 37 ftw.h.3head \
37 38 glob.h.3head \
38 39 grp.h.3head \
39 40 iconv.h.3head \
40 41 if.h.3head \
41 42 in.h.3head \
42 43 inet.h.3head \
43 44 inttypes.h.3head \
44 45 ipc.h.3head \
45 46 iso646.h.3head \
46 47 langinfo.h.3head \
47 48 libgen.h.3head \
48 49 libintl.h.3head \
49 50 limits.h.3head \
50 51 locale.h.3head \
51 52 math.h.3head \
52 53 mman.h.3head \
53 54 monetary.h.3head \
54 55 mqueue.h.3head \
55 56 msg.h.3head \
56 57 ndbm.h.3head \
57 58 netdb.h.3head \
58 59 nl_types.h.3head \
59 60 poll.h.3head \
60 61 pthread.h.3head \
61 62 pwd.h.3head \
62 63 regex.h.3head \
63 64 resource.h.3head \
64 65 sched.h.3head \
65 66 search.h.3head \
66 67 select.h.3head \
67 68 sem.h.3head \
68 69 semaphore.h.3head \
69 70 setjmp.h.3head \
70 71 shm.h.3head \
71 72 siginfo.h.3head \
72 73 signal.h.3head \
73 74 socket.h.3head \
74 75 spawn.h.3head \
75 76 stat.h.3head \
76 77 statvfs.h.3head \
77 78 stdbool.h.3head \
78 79 stddef.h.3head \
79 80 stdint.h.3head \
80 81 stdio.h.3head \
81 82 stdlib.h.3head \
82 83 string.h.3head \
83 84 strings.h.3head \
84 85 stropts.h.3head \
85 86 syslog.h.3head \
86 87 tar.h.3head \
87 88 tcp.h.3head \
88 89 termios.h.3head \
89 90 tgmath.h.3head \
90 91 time.h.3head \
91 92 timeb.h.3head \
92 93 times.h.3head \
93 94 types.h.3head \
94 95 types32.h.3head \
95 96 ucontext.h.3head \
96 97 uio.h.3head \
↓ open down ↓ |
72 lines elided |
↑ open up ↑ |
97 98 ulimit.h.3head \
98 99 un.h.3head \
99 100 unistd.h.3head \
100 101 utime.h.3head \
101 102 utmpx.h.3head \
102 103 utsname.h.3head \
103 104 values.h.3head \
104 105 wait.h.3head \
105 106 wchar.h.3head \
106 107 wctype.h.3head \
107 - wordexp.h.3head
108 + wordexp.h.3head \
109 + xlocale.h.3head
108 110
109 111 MANLINKS= acct.3head \
110 112 aio.3head \
111 113 ar.3head \
112 114 archives.3head \
113 115 assert.3head \
114 116 complex.3head \
115 117 cpio.3head \
116 118 dirent.3head \
117 119 errno.3head \
118 120 fcntl.3head \
119 121 fenv.3head \
120 122 float.3head \
121 123 floatingpoint.3head \
122 124 fmtmsg.3head \
123 125 fnmatch.3head \
124 126 ftw.3head \
125 127 glob.3head \
126 128 grp.3head \
127 129 iconv.3head \
128 130 if.3head \
129 131 in.3head \
130 132 inet.3head \
131 133 inttypes.3head \
132 134 ipc.3head \
133 135 iso646.3head \
134 136 langinfo.3head \
135 137 libgen.3head \
136 138 libintl.3head \
137 139 limits.3head \
138 140 locale.3head \
139 141 math.3head \
140 142 mman.3head \
141 143 monetary.3head \
142 144 mqueue.3head \
143 145 msg.3head \
144 146 ndbm.3head \
145 147 netdb.3head \
146 148 nl_types.3head \
147 149 poll.3head \
148 150 pthread.3head \
149 151 pwd.3head \
150 152 regex.3head \
151 153 resource.3head \
152 154 sched.3head \
153 155 search.3head \
154 156 select.3head \
155 157 sem.3head \
156 158 semaphore.3head \
157 159 setjmp.3head \
158 160 shm.3head \
159 161 siginfo.3head \
160 162 signal.3head \
161 163 socket.3head \
162 164 spawn.3head \
163 165 stat.3head \
164 166 statvfs.3head \
165 167 stdbool.3head \
166 168 stddef.3head \
167 169 stdint.3head \
168 170 stdio.3head \
169 171 stdlib.3head \
170 172 string.3head \
171 173 strings.3head \
172 174 stropts.3head \
173 175 syslog.3head \
174 176 tar.3head \
175 177 tcp.3head \
176 178 termios.3head \
177 179 tgmath.3head \
178 180 time.3head \
179 181 timeb.3head \
180 182 times.3head \
181 183 types.3head \
182 184 types32.3head \
183 185 ucontext.3head \
184 186 uio.3head \
↓ open down ↓ |
67 lines elided |
↑ open up ↑ |
185 187 ulimit.3head \
186 188 un.3head \
187 189 unistd.3head \
188 190 utime.3head \
189 191 utmpx.3head \
190 192 utsname.3head \
191 193 values.3head \
192 194 wait.3head \
193 195 wchar.3head \
194 196 wctype.3head \
195 - wordexp.3head
197 + wordexp.3head \
198 + xlocale.3head
196 199
197 200 acct.3head := LINKSRC = acct.h.3head
198 201 aio.3head := LINKSRC = aio.h.3head
199 202 ar.3head := LINKSRC = ar.h.3head
200 203 archives.3head := LINKSRC = archives.h.3head
201 204 assert.3head := LINKSRC = assert.h.3head
202 205 complex.3head := LINKSRC = complex.h.3head
203 206 cpio.3head := LINKSRC = cpio.h.3head
204 207 dirent.3head := LINKSRC = dirent.h.3head
205 208 errno.3head := LINKSRC = errno.h.3head
206 209 fcntl.3head := LINKSRC = fcntl.h.3head
207 210 fenv.3head := LINKSRC = fenv.h.3head
208 211 float.3head := LINKSRC = float.h.3head
209 212 floatingpoint.3head := LINKSRC = floatingpoint.h.3head
210 213 fmtmsg.3head := LINKSRC = fmtmsg.h.3head
211 214 fnmatch.3head := LINKSRC = fnmatch.h.3head
212 215 ftw.3head := LINKSRC = ftw.h.3head
213 216 glob.3head := LINKSRC = glob.h.3head
214 217 grp.3head := LINKSRC = grp.h.3head
215 218 iconv.3head := LINKSRC = iconv.h.3head
216 219 if.3head := LINKSRC = if.h.3head
217 220 in.3head := LINKSRC = in.h.3head
218 221 inet.3head := LINKSRC = inet.h.3head
219 222 inttypes.3head := LINKSRC = inttypes.h.3head
220 223 ipc.3head := LINKSRC = ipc.h.3head
221 224 iso646.3head := LINKSRC = iso646.h.3head
222 225 langinfo.3head := LINKSRC = langinfo.h.3head
223 226 libgen.3head := LINKSRC = libgen.h.3head
224 227 libintl.3head := LINKSRC = libintl.h.3head
225 228 limits.3head := LINKSRC = limits.h.3head
226 229 locale.3head := LINKSRC = locale.h.3head
227 230 math.3head := LINKSRC = math.h.3head
228 231 mman.3head := LINKSRC = mman.h.3head
229 232 monetary.3head := LINKSRC = monetary.h.3head
230 233 mqueue.3head := LINKSRC = mqueue.h.3head
231 234 msg.3head := LINKSRC = msg.h.3head
232 235 ndbm.3head := LINKSRC = ndbm.h.3head
233 236 netdb.3head := LINKSRC = netdb.h.3head
234 237 nl_types.3head := LINKSRC = nl_types.h.3head
235 238 poll.3head := LINKSRC = poll.h.3head
236 239 pthread.3head := LINKSRC = pthread.h.3head
237 240 pwd.3head := LINKSRC = pwd.h.3head
238 241 regex.3head := LINKSRC = regex.h.3head
239 242 resource.3head := LINKSRC = resource.h.3head
240 243 sched.3head := LINKSRC = sched.h.3head
241 244 search.3head := LINKSRC = search.h.3head
242 245 select.3head := LINKSRC = select.h.3head
243 246 sem.3head := LINKSRC = sem.h.3head
244 247 semaphore.3head := LINKSRC = semaphore.h.3head
245 248 setjmp.3head := LINKSRC = setjmp.h.3head
246 249 shm.3head := LINKSRC = shm.h.3head
247 250 siginfo.3head := LINKSRC = siginfo.h.3head
248 251 signal.3head := LINKSRC = signal.h.3head
249 252 socket.3head := LINKSRC = socket.h.3head
250 253 spawn.3head := LINKSRC = spawn.h.3head
251 254 stat.3head := LINKSRC = stat.h.3head
252 255 statvfs.3head := LINKSRC = statvfs.h.3head
253 256 stdbool.3head := LINKSRC = stdbool.h.3head
254 257 stddef.3head := LINKSRC = stddef.h.3head
255 258 stdint.3head := LINKSRC = stdint.h.3head
256 259 stdio.3head := LINKSRC = stdio.h.3head
257 260 stdlib.3head := LINKSRC = stdlib.h.3head
258 261 string.3head := LINKSRC = string.h.3head
259 262 strings.3head := LINKSRC = strings.h.3head
260 263 stropts.3head := LINKSRC = stropts.h.3head
261 264 syslog.3head := LINKSRC = syslog.h.3head
262 265 tar.3head := LINKSRC = tar.h.3head
263 266 tcp.3head := LINKSRC = tcp.h.3head
264 267 termios.3head := LINKSRC = termios.h.3head
265 268 tgmath.3head := LINKSRC = tgmath.h.3head
266 269 time.3head := LINKSRC = time.h.3head
267 270 timeb.3head := LINKSRC = timeb.h.3head
268 271 times.3head := LINKSRC = times.h.3head
269 272 types.3head := LINKSRC = types.h.3head
270 273 types32.3head := LINKSRC = types32.h.3head
271 274 ucontext.3head := LINKSRC = ucontext.h.3head
272 275 uio.3head := LINKSRC = uio.h.3head
273 276 ulimit.3head := LINKSRC = ulimit.h.3head
↓ open down ↓ |
68 lines elided |
↑ open up ↑ |
274 277 un.3head := LINKSRC = un.h.3head
275 278 unistd.3head := LINKSRC = unistd.h.3head
276 279 utime.3head := LINKSRC = utime.h.3head
277 280 utmpx.3head := LINKSRC = utmpx.h.3head
278 281 utsname.3head := LINKSRC = utsname.h.3head
279 282 values.3head := LINKSRC = values.h.3head
280 283 wait.3head := LINKSRC = wait.h.3head
281 284 wchar.3head := LINKSRC = wchar.h.3head
282 285 wctype.3head := LINKSRC = wctype.h.3head
283 286 wordexp.3head := LINKSRC = wordexp.h.3head
287 +xlocale.3head := LINKSRC = xlocale.h.3head
284 288
285 289 .KEEP_STATE:
286 290
287 291 include $(SRC)/man/Makefile.man
288 292
289 293 install: $(ROOTMANFILES) $(ROOTMANLINKS)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX