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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/lp/lib/filters/Makefile
          +++ new/usr/src/cmd/lp/lib/filters/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright 1990-2003 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  LIBRARY =       liblpflt.a
  28   29  
  29   30  OBJECTS =       conv.o          \
  30   31                  delfilter.o     \
  31   32                  dumpfilters.o   \
  32   33                  freefilter.o    \
  33   34                  getfilter.o     \
  34   35                  filtertable.o   \
  35   36                  insfilter.o     \
↓ open down ↓ 9 lines elided ↑ open up ↑
  45   46  
  46   47  # Specifically request the construction of a static library.
  47   48  # This library is not installed in the proto area.
  48   49  LIBS = $(LIBRARY)
  49   50  
  50   51  CPPFLAGS =      -I../../include $(CPPFLAGS.master)
  51   52  
  52   53  CERRWARN +=     -_gcc=-Wno-uninitialized
  53   54  CERRWARN +=     -_gcc=-Wno-parentheses
  54   55  
       56 +# not linted
       57 +SMATCH=off
       58 +
  55   59  POFILE =        lp_lib_filters.po
  56   60  
  57   61  .KEEP_STATE:
  58   62  
  59   63  all install :   $(LIBS)
  60   64  
  61   65  include         ../../../../lib/Makefile.targ
  62   66  
  63   67  CLEANFILES      += llib-llpflt.ln
  64   68  LINTFLAGS = -nvx
  65   69  SRCS= $(OBJECTS:%.o=%.c)
  66   70  
  67   71  lint:   lintlib
  68   72          $(LINT.c) $(LINTFLAGS) $(SRCS)
  69   73  
  70   74  lintlib:
  71   75          $(LINT.c) $(LINTFLAGS) -o lpflt llib-llpflt
  72   76  
  73   77  include         ../Makefile.msg
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX