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= libsec.a
VERS= .1
YFLAGS = -d -v -b acl
*** 49,58 ****
--- 50,62 ----
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-variable
+ # not linted
+ SMATCH=off
+
CLOBBERFILES += acl.output
# install this library in the root filesystem
include ../../Makefile.rootfs