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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/common/disk-monitor/Makefile
          +++ new/usr/src/cmd/fm/modules/common/disk-monitor/Makefile
↓ 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 2007 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  MODULE = disk-monitor
  27   28  CLASS = common
  28   29  SRCS =  disk_monitor.c diskmon_conf.c topo_gather.c \
  29   30          hotplug_mgr.c dm_platform.c schg_mgr.c util.c
  30   31  
  31   32  include ../../Makefile.plugin
  32   33  
  33   34  LINTFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk -L$(ROOT)/usr/lib/fm
  34   35  CFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk
  35   36  LDLIBS += -lsysevent -lnvpair -lsmbios -lcfgadm -ltopo -luutil -lipmi
  36   37  LDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm
  37   38  CERRWARN += -_gcc=-Wno-uninitialized
       39 +
       40 +# not linted
       41 +SMATCH=off
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX