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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/pkcs11/libpkcs11/Makefile.com
          +++ new/usr/src/lib/pkcs11/libpkcs11/Makefile.com
↓ open down ↓ 14 lines elided ↑ open up ↑
  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 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  LIBRARY= libpkcs11.a
  27   28  VERS= .1
  28   29  
  29   30  
  30   31  OBJECTS= \
  31   32          metaAttrManager.o \
  32   33          metaCrypt.o \
  33   34          metaDigest.o \
  34   35          metaDualCrypt.o \
↓ open down ↓ 36 lines elided ↑ open up ↑
  71   72  LDLIBS +=       -lcryptoutil -lc
  72   73  
  73   74  CFLAGS  +=      $(CCVERBOSE)
  74   75  CPPFLAGS +=     -I$(INCDIR) -I$(SRCDIR) -D_REENTRANT
  75   76  
  76   77  LINTFLAGS64 += -errchk=longptr64
  77   78  
  78   79  CERRWARN +=     -_gcc=-Wno-unused-label
  79   80  CERRWARN +=     -_gcc=-Wno-uninitialized
  80   81  
       82 +# not linted
       83 +SMATCH=off
       84 +
  81   85  .KEEP_STATE:
  82   86  
  83   87  all:    $(LIBS)
  84   88  
  85   89  lint: lintcheck
  86   90  
  87   91  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX