Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,30 ****
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Makefile for C++ Audio Library (libAudio.a)
include ../../Makefile.cmd
TARGETS = library
--- 20,30 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
include ../../Makefile.cmd
TARGETS = library
*** 35,44 ****
--- 35,47 ----
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