Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kinit/Makefile
          +++ new/usr/src/cmd/krb5/kinit/Makefile
   1    1  #
   2    2  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
   3    3  # Use is subject to license terms.
   4    4  #
        5 +# Copyright (c) 2018, Joyent, Inc.
   5    6  
   6    7  PROG= kinit
   7    8  
   8    9  OBJS    = kinit.o
   9   10  SRCS    = kinit.c
  10   11  
  11   12  DEFS =  -DHAVE_LIBSOCKET=1 -DHAVE_LIBNSL=1 -DHAVE_PWD_H=1 -DHAVE_COMPILE=1 -DHAVE_STEP=1 
  12   13  
  13   14  include ../../Makefile.cmd
  14   15  include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
  15   16  
  16   17  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  17   18  CERRWARN += -_gcc=-Wno-unused-function
  18   19  CERRWARN += -_gcc=-Wno-parentheses
  19   20  
       21 +# not linted
       22 +SMATCH=off
       23 +
  20   24  POFILE = kinit.po
  21   25  POFILES = generic.po
  22   26  
  23   27  DEFS = -DHAVE_PWD_H
  24   28  
  25   29  CPPFLAGS += -I../../lib/gss_mechs/mech_krb5/include \
  26   30                  -I$(SRC)/lib/gss_mechs/mech_krb5 \
  27   31                  -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  28   32                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
  29   33                  $(DEFS)
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX