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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libgss/Makefile.com
          +++ new/usr/src/lib/libgss/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  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
       24 +# Copyright (c) 2018, Joyent, Inc.
  24   25  
  25   26  LIBRARY = libgss.a
  26   27  VERS = .1
  27   28  
  28   29  GSSOBJECTS      = g_acquire_cred.o \
  29   30            g_acquire_cred_with_pw.o \
  30   31            g_store_cred.o \
  31   32            g_rel_cred.o \
  32   33            g_init_sec_context.o \
  33   34            g_accept_sec_context.o \
↓ open down ↓ 70 lines elided ↑ open up ↑
 104  105                   -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
 105  106                   -I$(SRC)/uts/common/gssapi/ \
 106  107                   -I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
 107  108                  -DHAVE_STDLIB_H
 108  109  
 109  110  CERRWARN +=     -_gcc=-Wno-unused-function
 110  111  CERRWARN +=     -_gcc=-Wno-uninitialized
 111  112  CERRWARN +=     -_gcc=-Wno-parentheses
 112  113  CERRWARN +=     -_gcc=-Wno-empty-body
 113  114  
      115 +# not linted
      116 +SMATCH=off
      117 +
 114  118  .KEEP_STATE:
 115  119  
 116  120  all: $(LIBS)
 117  121  
 118  122  lintcheck:=     SRCS= $(GSSLINTSRC)
 119  123  
 120  124  lint:  lintcheck
 121  125  
 122  126  $(GSSCREDOBJ:%.o=pics/%.o):
 123  127          $(COMPILE.c) -o $@ $(@:pics/%.o=$(GSSCRED_DIR)/%.c)
↓ open down ↓ 120 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX