Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/Makefile
          +++ new/usr/src/cmd/sgs/Makefile
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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 +# Copyright (c) 2013 Gary Mills
  21   22  #
  22   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  23   24  #
  24   25  
  25   26  include         $(SRC)/cmd/Makefile.cmd
  26   27  
  27   28  # Note: Why SUBDIRS-common isn't sorted alphabetically
  28   29  #
  29   30  # The items under SGS are not independent of each other.
  30   31  # They must be built in an order that ensures that
↓ open down ↓ 6 lines elided ↑ open up ↑
  37   38                  libelf          \
  38   39                  liblddbg        \
  39   40                  .WAIT           \
  40   41                  libld           \
  41   42                  libldmake       \
  42   43                  libldstab       \
  43   44                  librtld         \
  44   45                  libcrle         \
  45   46                  .WAIT           \
  46   47                  0@0             \
       48 +                getlogin8       \
  47   49                  ld              \
  48   50                  ldd             \
  49   51                  lddstub         \
  50   52                  rtld            \
  51   53                  link_audit      \
  52   54                  .WAIT           \
  53   55                  librtld_db      \
  54   56                  ldprof          \
  55   57                  pvs             \
  56   58                  crle            \
↓ open down ↓ 148 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX