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
↓ 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        \
↓ 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             \
↓ 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
↓ 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