Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,29 ****
--- 20,30 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2018, Joyent, Inc.
LIBRARY= libmpscsi_vhci.a
VERS= .1
OBJECTS= Initialize.o MP_AssignLogicalUnitToTPG.o \
MP_CancelOverridePath.o MP_DeregForObjPropChangesPlugin.o \
*** 63,72 ****
--- 64,76 ----
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR) -D_POSIX_PTHREAD_SEMANTICS
CPPFLAGS += -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
+ # not linted
+ SMATCH=off
+
.KEEP_STATE:
all: $(LIBS)
lint: lintcheck