Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,34 ****
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
- #
- # cmd/fs.d/smbclnt/smbiod-svc/Makefile
- #
-
FSTYPE= smbfs
TYPEPROG= smbiod-svc
include ../../Makefile.fstype
--- 20,31 ----
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
+ # Copyright (c) 2018, Joyent, Inc.
FSTYPE= smbfs
TYPEPROG= smbiod-svc
include ../../Makefile.fstype
*** 40,49 ****
--- 37,49 ----
CSTD= $(CSTD_GNU99)
CPPFLAGS += -I$(SRC)/lib/libsmbfs \
-I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
+ # not linted
+ SMATCH=off
+
# Debugging
${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
all: $(TYPEPROG)