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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/lp/Makefile.lp
          +++ new/usr/src/cmd/lp/Makefile.lp
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright (c) 2018, Joyent, Inc.
  26   27  
  27   28  #
  28   29  # cmd/lp/Makefile.lp
  29   30  # Common makefile definitions (should be) used by all lp makefiles
  30   31  #
  31   32  
  32   33  include         $(SRC)/cmd/Makefile.cmd
  33   34  
  34   35  LPROOT=         $(SRC)/cmd/lp
  35   36  ROOTVAR=        $(ROOT)/var
↓ open down ↓ 54 lines elided ↑ open up ↑
  90   91  CERRWARN +=     -_gcc=-Wno-uninitialized
  91   92  CERRWARN +=     -_gcc=-Wno-unused-variable
  92   93  CERRWARN +=     -_gcc=-Wno-unused-value
  93   94  CERRWARN +=     -_gcc=-Wno-unused-label
  94   95  CERRWARN +=     -_gcc=-Wno-unused-function
  95   96  CERRWARN +=     -_gcc=-Wno-clobbered
  96   97  CERRWARN +=     -_gcc=-Wno-empty-body
  97   98  CERRWARN +=     -_gcc=-Wno-extra
  98   99  CERRWARN +=     -_gcc=-Wno-address
  99  100  
      101 +# not linted
      102 +SMATCH=off
      103 +
 100  104  all:=           TARGET= all
 101  105  install:=       TARGET= install
 102  106  clean:=         TARGET= clean
 103  107  clobber:=       TARGET= clobber
 104  108  lint:=          TARGET= lint
 105  109  strip:=         TARGET= strip
 106  110  catalog:=       TARGET= catalog
 107  111  _msg:=          TARGET= catalog
 108  112  
 109  113  ROOTLIBLPPROG=  $(PROG:%=$(ROOTLIBLP)/%)
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX