Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,29 ****
--- 20,30 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2018, Joyent, Inc.
MODULE = disk-monitor
CLASS = common
SRCS = disk_monitor.c diskmon_conf.c topo_gather.c \
hotplug_mgr.c dm_platform.c schg_mgr.c util.c
*** 33,37 ****
--- 34,41 ----
LINTFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk -L$(ROOT)/usr/lib/fm
CFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk
LDLIBS += -lsysevent -lnvpair -lsmbios -lcfgadm -ltopo -luutil -lipmi
LDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm
CERRWARN += -_gcc=-Wno-uninitialized
+
+ # not linted
+ SMATCH=off