Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 19,39 ****
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # cmd/fwflash/Makefile.com
#
- #
# common rules for $SRC/cmd/fwflash
CLOSED= $(SRC)/../closed
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-address
ROOTUSR= $(ROOT)/usr
ROOTUSRINCLD= $(ROOTUSR)/include
ROOTUSRINCLDFWFLASH= $(ROOTUSRINCLD)/fwflash
ROOTUSRLIB= $(ROOTUSR)/lib
ROOTUSRLIBFWFLASH= $(ROOTUSRLIB)/fwflash
--- 19,41 ----
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
#
# common rules for $SRC/cmd/fwflash
CLOSED= $(SRC)/../closed
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-address
+ # not linted
+ SMATCH=off
+
ROOTUSR= $(ROOT)/usr
ROOTUSRINCLD= $(ROOTUSR)/include
ROOTUSRINCLDFWFLASH= $(ROOTUSRINCLD)/fwflash
ROOTUSRLIB= $(ROOTUSR)/lib
ROOTUSRLIBFWFLASH= $(ROOTUSRLIB)/fwflash