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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/mpapi/libmpscsi_vhci/Makefile.com
          +++ new/usr/src/lib/mpapi/libmpscsi_vhci/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=        libmpscsi_vhci.a
  27   28  VERS=           .1
  28   29  OBJECTS=        Initialize.o MP_AssignLogicalUnitToTPG.o \
  29   30                  MP_CancelOverridePath.o MP_DeregForObjPropChangesPlugin.o \
  30   31                  MP_DeregForObjVisChangesPlugin.o MP_DisableAutoFailbackLu.o \
  31   32                  MP_DisableAutoFailbackPlugin.o MP_DisableAutoProbingLu.o \
  32   33                  MP_DisableAutoProbingPlugin.o MP_DisablePath.o \
  33   34                  MP_EnableAutoFailbackLu.o MP_EnableAutoFailbackPlugin.o \
  34   35                  MP_EnableAutoProbingLu.o MP_EnableAutoProbingPlugin.o \
↓ open down ↓ 23 lines elided ↑ open up ↑
  58   59  
  59   60  SRCDIR =        ../common
  60   61  
  61   62  LIBS =          $(DYNLIB)
  62   63  LDLIBS +=       -lc -ldevinfo -lsysevent -lnvpair
  63   64  
  64   65  CFLAGS +=       $(CCVERBOSE)
  65   66  CPPFLAGS +=     -I$(SRCDIR) -D_POSIX_PTHREAD_SEMANTICS
  66   67  CPPFLAGS +=     -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
  67   68  
       69 +# not linted
       70 +SMATCH=off
       71 +
  68   72  .KEEP_STATE:
  69   73  
  70   74  all: $(LIBS)
  71   75  
  72   76  lint: lintcheck
  73   77  
  74   78  include ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX