diff options
author | John Levon <john.levon@joyent.com> | 2018-12-15 21:08:25 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-09 11:47:04 +0100 |
commit | 93b8872871607b3d21317283c1230b2a4a00920b (patch) | |
tree | 9ca8e35e28b51f3a98895caa4c6d05cba30fb2a3 /usr/src/tools/cscope-fast | |
parent | 64f9afd1fd6b5f36ed2c633d603a3b551da6f3d4 (diff) | |
download | illumos-gate-93b8872871607b3d21317283c1230b2a4a00920b.tar.gz |
10075 make usr/src/tools smatch clean
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/tools/cscope-fast')
-rw-r--r-- | usr/src/tools/cscope-fast/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/tools/cscope-fast/Makefile b/usr/src/tools/cscope-fast/Makefile index 247915451a..513534747f 100644 --- a/usr/src/tools/cscope-fast/Makefile +++ b/usr/src/tools/cscope-fast/Makefile @@ -24,6 +24,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. PROG= cscope-fast @@ -50,6 +51,9 @@ CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-unused CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + CFLAGS += $(CCVERBOSE) LDLIBS += -lcurses -ll |