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
↓ 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  
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX