Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
+ # Copyright (c) 2018, Joyent, Inc.
MANIFEST = zonestat.xml
SVCMETHOD = svc-zonestat
PROG = zonestatd
*** 40,49 ****
--- 41,53 ----
LINTFLAGS += -u
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-uninitialized
+ # not linted
+ SMATCH=off
+
OBJS = $(SRCS:%.c=%.o)
.KEEP_STATE:
.PARALLEL: