Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 18,32 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
- #ident "%Z%%M% %I% %E% SMI"
- #
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
PROG= clear_locks
include ../../../Makefile.cmd
--- 18,31 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2018, Joyent, Inc.
PROG= clear_locks
include ../../../Makefile.cmd
*** 50,59 ****
--- 49,61 ----
$(RM) messages.po $(POFILE).i
CFLAGS += $(CCVERBOSE)
+ # not linted
+ SMATCH=off
+
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTUSRSBINPROG)