Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,30 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #
LIBRARY = libsun_ima.a
VERS = .1
LOCOBJS = ima.o
COMDIR = $(SRC)/common/iscsi
--- 20,30 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY = libsun_ima.a
VERS = .1
LOCOBJS = ima.o
COMDIR = $(SRC)/common/iscsi
*** 49,58 ****
--- 49,61 ----
CFLAGS64 += -mt
CFLAGS64 += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
+ # not linted
+ SMATCH=off
+
CPPFLAGS += -DSOLARIS
.KEEP_STATE:
all: $(LIBS)