Print this page
10080 smatch Makefile changes for usr/src/cmd
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/print/lpset/Makefile
+++ new/usr/src/cmd/print/lpset/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 24 #
25 -# cmd/lp/client/lpset/Makefile
26 -#
25 +# Copyright (c) 2018, Joyent, Inc.
27 26
28 27 include ../Makefile.sp
29 28
30 29 PROG= lpset
31 30
32 31 SRCS= $(PROG).c
33 32
34 33 OBJS= $(SRCS:.c=.o)
35 34
36 35 ROOTBINPROG= $(PROG:%=$(ROOTBIN)/%)
37 36
38 37 FILEMODE= 04511
39 38
40 39 CPPFLAGS += -I$(NPRTINC)
41 40 CERRWARN += -_gcc=-Wno-implicit-function-declaration
41 +
42 +# not linted
43 +SMATCH=off
44 +
42 45 LDLIBS += $(LIBNPRT) -lsecdb
43 46
44 47 .KEEP_STATE:
45 48
46 49 all: $(PROG)
47 50
48 -install: all $(ROOTBIN) $(ROOTBINPROG)
51 +install: all $(ROOTBIN) $(ROOTBINPROG)
49 52
50 53 $(ROOTBIN):
51 54 $(INS.dir)
52 55
53 56 strip:
54 57 $(STRIP) $(PROG)
55 58
56 59 lint:
57 60 $(LINT.c) $(PROG).c $(LDLIBS)
58 61
59 62 cstyle:
60 63 cstyle $(SRCS)
61 64
62 65 _msg:
63 66 @echo "Messages are made in usr/src/cmd/print"
64 67
65 68 clean:
66 69 $(RM) $(OBJS)
67 70
68 71 clobber: clean
69 72 -$(RM) $(PROG) $(CLOBBERFILES)
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX