Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libconv/Makefile.com
          +++ new/usr/src/cmd/sgs/libconv/Makefile.com
↓ 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) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2018, Joyent, Inc.
       24 +# Copyright 2018 Joyent, Inc.
  25   25  #
  26   26  
  27   27  LIBRARY =       libconv.a
  28   28  
  29   29  COMOBJS32 =     cap_machelf32.o         dynamic_machelf32.o \
  30   30                  globals_machelf32.o     sections_machelf32.o \
  31   31                  symbols_machelf32.o     symbols_sparc_machelf32.o
  32   32  
  33   33  COMOBJS64 =     cap_machelf64.o         dynamic_machelf64.o \
  34   34                  globals_machelf64.o     sections_machelf64.o \
↓ open down ↓ 82 lines elided ↑ open up ↑
 117  117  # Since libconv uses dlopen(3C) to load libdemangle-sys.so (much like it did
 118  118  # for the old Sun Studio libdemangle.so) in order to avoid messy bootstrapping
 119  119  # problems, but it also needs the definitions from demangle-sys.h for
 120  120  # SYSDEM_LANG_AUTO, lint will complain about sysdemangle() being defined but not
 121  121  # used unless it is explicitly included during the lint pass
 122  122  $(LINTOUT32)    := LDLIBS += -ldemangle-sys
 123  123  $(LINTOUT64)    := LDLIBS += -ldemangle-sys
 124  124  
 125  125  SGSMSGTARG=     $(BLTOBJS:%_msg.o=../common/%.msg)
 126  126  
 127      -LINTFLAGS +=    -u
 128      -LINTFLAGS64 +=  -u
      127 +LINTFLAGS +=    -u -erroff=E_NAME_DECL_NOT_USED_DEF2
      128 +LINTFLAGS64 +=  -u -erroff=E_NAME_DECL_NOT_USED_DEF2
 129  129  
 130  130  CLEANFILES +=   $(BLTDATA) $(LINTOUTS) bld_vernote vernote.s
 131  131  CLOBBERFILES += $(LINTLIBS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX