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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libpapi-common/Makefile.com
          +++ new/usr/src/lib/print/libpapi-common/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 2008 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 =               libpapi-common.a
  27   28  VERS =                  .0
  28   29  OBJECTS = attribute.o common.o library.o list.o misc.o status.o uri.o
  29   30  
  30   31  include ../../../Makefile.lib
  31   32  include ../../../Makefile.rootfs
  32   33  
  33   34  ROOTLIBDIR=     $(ROOT)/usr/lib
  34   35  
↓ open down ↓ 1 lines elided ↑ open up ↑
  36   37  
  37   38  LIBS =                  $(DYNLIB)
  38   39  
  39   40  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  40   41  
  41   42  CFLAGS +=       $(CCVERBOSE)
  42   43  CPPFLAGS +=     -I$(SRCDIR)
  43   44  
  44   45  CERRWARN +=     -_gcc=-Wno-switch
  45   46  
       47 +# not linted
       48 +SMATCH=off
       49 +
  46   50  MAPFILES =      $(SRCDIR)/mapfile
  47   51  
  48   52  LDLIBS +=       -lc -lsocket -lnsl
  49   53  
  50   54  .KEEP_STATE:
  51   55  
  52   56  all:    $(LIBS)
  53   57  
  54   58  lint:   lintcheck
  55   59  
  56   60  include ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX