Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/print/conv_fix/Makefile
          +++ new/usr/src/cmd/print/conv_fix/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/conv_fix/Makefile
  26      -#
       25 +# Copyright (c) 2018, Joyent, Inc.
  27   26  
  28   27  include         ../Makefile.sp
  29   28  
  30   29  PROG=           conv_fix
  31   30  
  32   31  SRCS=           $(PROG).c
  33   32  
  34   33  OBJS=           $(SRCS:.c=.o)
  35   34  
  36   35  ROOTLIBPRINTPROG=       $(PROG:%=$(ROOTLIBPRINT)/%)
  37   36  
  38   37  FILEMODE=       0555
  39   38  
  40   39  CPPFLAGS +=     -I$(NPRTINC)
  41   40  
  42   41  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  43   42  
       43 +# not linted
       44 +SMATCH=off
       45 +
  44   46  .KEEP_STATE:
  45   47  
  46   48  all:            $(PROG)
  47   49  
  48      -install:        all $(ROOTLIBPRINTPROG) 
       50 +install:        all $(ROOTLIBPRINTPROG)
  49   51  
  50   52  $(ROOTLIBPRINT)/%: %
  51   53          $(INS.file)
  52   54  
  53   55  strip:
  54   56          $(STRIP) $(PROG)
  55   57  
  56   58  lint:
  57   59          $(LINT.c) $(PROG).c $(LDLIBS)
  58   60  
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX