Print this page
10079 smatch Makefile changes for usr/src/lib

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_krb5/Makefile.com
          +++ new/usr/src/lib/gss_mechs/mech_krb5/Makefile.com
↓ open down ↓ 12 lines elided ↑ open up ↑
  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   21  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  #
       23 +# Copyright (c) 2018, Joyent, Inc.
       24 +#
  23   25  # This make file will build mech_krb5.so.1. This shared object
  24   26  # contains all the functionality needed to support the Kereros V5 GSS-API
  25   27  # mechanism. No other Kerberos libraries are needed.
  26   28  #
  27   29  
  28   30  LIBRARY= mech_krb5.a
  29   31  VERS = .1
  30   32  
  31   33  FILEMODE=       755
  32   34  
↓ open down ↓ 222 lines elided ↑ open up ↑
 255  257  CERRWARN +=     -_gcc=-Wno-type-limits
 256  258  CERRWARN +=     -_gcc=-Wno-uninitialized
 257  259  CERRWARN +=     -_gcc=-Wno-parentheses
 258  260  CERRWARN +=     -_gcc=-Wno-unused-variable
 259  261  CERRWARN +=     -_gcc=-Wno-unused-but-set-variable
 260  262  CERRWARN +=     -_gcc=-Wno-unused-label
 261  263  CERRWARN +=     -_gcc=-Wno-unused-value
 262  264  CERRWARN +=     -_gcc=-Wno-empty-body
 263  265  CERRWARN +=     -_gcc=-Wno-address
 264  266  
      267 +# needs work
      268 +SMATCH=off
      269 +
 265  270  MAPFILES =      ../mapfile-vers
 266  271  
 267  272  #CPPFLAGS +=    -D_REENTRANT
 268  273  $(PICS) :=      CFLAGS += $(XFFLAG)
 269  274  $(PICS) :=      CFLAGS64 += $(XFFLAG)
 270  275  $(PICS) :=      CCFLAGS += $(XFFLAG)
 271  276  $(PICS) :=      CCFLAGS64 += $(XFFLAG)
 272  277  
 273  278  LIBS = $(DYNLIB) $(K5LIBLINK)
 274  279  
↓ open down ↓ 302 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX