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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kdestroy/Makefile
          +++ new/usr/src/cmd/krb5/kdestroy/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= kdestroy
   7    8  
   8    9  OBJS    = kdestroy.o krpc_sys.o
   9   10  
  10   11  SRCS    = kdestroy.c krpc_sys.c
  11   12  
  12   13  include ../../Makefile.cmd
  13   14  include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
  14   15  
  15   16  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  16   17  CERRWARN += -_gcc=-Wno-parentheses
  17   18  
       19 +# not linted
       20 +SMATCH=off
       21 +
  18   22  POFILE = kdestroy.po 
  19   23  POFILES = generic.po 
  20   24  
  21   25  CPPFLAGS += -I../../../lib/gss_mechs/mech_krb5/include \
  22   26                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  23   27  
  24   28  
  25   29  i386_CPPFLAGS =
  26   30  sparc_CPPFLAGS += -D$(MACH)
  27   31  
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX