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/head/Makefile
          +++ new/usr/src/head/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2013 Garrett D'Amore <garrett@damore.org>
       26 +#
  25   27  # head/Makefile
  26   28  #
  27   29  # include global definitions
  28   30  include ../Makefile.master
  29   31  
  30   32  sparc_HDRS= 
  31   33  i386_HDRS=      stack_unwind.h
  32   34  
  33   35  # Headers are listed one per line so that TeamWare can auto-merge most changes
  34   36  
↓ open down ↓ 161 lines elided ↑ open up ↑
 196  198          utmpx.h         \
 197  199          valtools.h      \
 198  200          values.h        \
 199  201          varargs.h       \
 200  202          wait.h          \
 201  203          wchar.h         \
 202  204          wchar_impl.h    \
 203  205          wctype.h        \
 204  206          widec.h         \
 205  207          wordexp.h       \
      208 +        xlocale.h       \
 206  209          xti.h           \
 207  210          xti_inet.h      \
 208  211          zone.h
 209  212  
 210  213  ISOHDRS = \
 211      -        ctype_c99.h     \
 212  214          ctype_iso.h     \
 213  215          limits_iso.h    \
 214  216          locale_iso.h    \
 215  217          setjmp_iso.h    \
 216  218          signal_iso.h    \
 217  219          stdarg_c99.h    \
 218  220          stdarg_iso.h    \
 219  221          stddef_iso.h    \
 220  222          stdio_c99.h     \
 221  223          stdio_iso.h     \
 222  224          stdlib_c99.h    \
 223  225          stdlib_iso.h    \
 224  226          string_iso.h    \
 225  227          time_iso.h      \
 226  228          wchar_c99.h     \
 227  229          wchar_iso.h     \
 228      -        wctype_c99.h    \
 229  230          wctype_iso.h
 230  231  
 231  232  ARPAHDRS =              \
 232  233          ftp.h           \
 233  234          inet.h          \
 234  235          nameser.h       \
 235  236          telnet.h        \
 236  237          tftp.h          \
 237  238          nameser_compat.h
 238  239  
↓ open down ↓ 258 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX