Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 21,34 ****
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-
- #
# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
#
PROG= alias
ALIASPROG= \
bg \
cd \
--- 21,34 ----
#
# 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,100 ****
--- 91,103 ----
$(SPARC_BLD)include ../../Makefile.cmd.64
FILEMODE= 555
CERRWARN += -_gcc=-Wno-parentheses
+ # not linted
+ SMATCH=off
+
.KEEP_STATE:
all: $(PROG)
$(XPG4ALIASPROG:%=$(ROOTXPG4BIN)/%):