Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -20,11 +20,11 @@
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Makefile for C++ Audio Library (libAudio.a)
+# Copyright (c) 2018, Joyent, Inc.
include ../../Makefile.cmd
TARGETS = library
@@ -35,10 +35,13 @@
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-parentheses
+# not linted
+SMATCH=off
+
LINTFLAGS += -m -v -u
AR= /usr/ccs/bin/ar
RANLIB= /usr/ccs/bin/ranlib
RM= /usr/bin/rm -f