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/csh | |
parent | 05ede3db5e3b7d540afbccdc872c735770e82ef3 (diff) | |
download | illumos-gate-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/csh')
-rw-r--r-- | usr/src/cmd/csh/i386/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/csh/i386/Makefile b/usr/src/cmd/csh/i386/Makefile index 5f05c1b91f..c019a85dee 100644 --- a/usr/src/cmd/csh/i386/Makefile +++ b/usr/src/cmd/csh/i386/Makefile @@ -6,7 +6,8 @@ # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley Software License Agreement # specifies the terms and conditions for redistribution. - +# +# Copyright (c) 2018, Joyent, Inc. # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria @@ -34,6 +35,9 @@ CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-extra +# "missing type for func" +SMATCH=off + MAPFILES = ../mapfile-intf $(MAPFILE.NGB) LDFLAGS += $(MAPFILES:%=-M%) |