Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -21,10 +21,11 @@
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
#
# cmd/lp/Makefile.lp
# Common makefile definitions (should be) used by all lp makefiles
#
@@ -95,10 +96,13 @@
CERRWARN += -_gcc=-Wno-clobbered
CERRWARN += -_gcc=-Wno-empty-body
CERRWARN += -_gcc=-Wno-extra
CERRWARN += -_gcc=-Wno-address
+# not linted
+SMATCH=off
+
all:= TARGET= all
install:= TARGET= install
clean:= TARGET= clean
clobber:= TARGET= clobber
lint:= TARGET= lint