diff options
| author | John Levon <john.levon@joyent.com> | 2018-12-17 23:44:05 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-01-14 19:06:48 +0000 |
| commit | 5661bb7641e85c46713da7a3002b29ecd2c3daf0 (patch) | |
| tree | e0d0a4ec2e103c5c62feb664509414cd03f9f24e /usr/src/cmd/zonestat | |
| parent | 05ede3db5e3b7d540afbccdc872c735770e82ef3 (diff) | |
| download | illumos-joyent-5661bb7641e85c46713da7a3002b29ecd2c3daf0.tar.gz | |
10080 smatch Makefile changes for usr/src/cmd
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/zonestat')
| -rw-r--r-- | usr/src/cmd/zonestat/zonestat/Makefile | 4 | ||||
| -rw-r--r-- | usr/src/cmd/zonestat/zonestatd/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/cmd/zonestat/zonestat/Makefile b/usr/src/cmd/zonestat/zonestat/Makefile index 1caf1a8218..64e2314de5 100644 --- a/usr/src/cmd/zonestat/zonestat/Makefile +++ b/usr/src/cmd/zonestat/zonestat/Makefile @@ -21,6 +21,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. PROG = zonestat SRCS = zonestat.c @@ -33,6 +34,9 @@ LINTFLAGS += -u CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + .KEEP_STATE: .PARALLEL: diff --git a/usr/src/cmd/zonestat/zonestatd/Makefile b/usr/src/cmd/zonestat/zonestatd/Makefile index 169e995585..5f27190f10 100644 --- a/usr/src/cmd/zonestat/zonestatd/Makefile +++ b/usr/src/cmd/zonestat/zonestatd/Makefile @@ -21,6 +21,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. MANIFEST = zonestat.xml SVCMETHOD = svc-zonestat @@ -42,6 +43,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + OBJS = $(SRCS:%.c=%.o) .KEEP_STATE: |
