Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -21,14 +21,14 @@
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-
-#
# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
+#
PROG= alias
ALIASPROG= \
bg \
cd \
@@ -91,10 +91,13 @@
$(SPARC_BLD)include ../../Makefile.cmd.64
FILEMODE= 555
CERRWARN += -_gcc=-Wno-parentheses
+# not linted
+SMATCH=off
+
.KEEP_STATE:
all: $(PROG)
$(XPG4ALIASPROG:%=$(ROOTXPG4BIN)/%):