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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/audio/utilities/Makefile
          +++ new/usr/src/cmd/audio/utilities/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      -# Makefile for C++ Audio Library (libAudio.a) 
       25 +# Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  include ../../Makefile.cmd
  28   28  
  29   29  TARGETS         = library
  30   30  
  31   31  INCLUDES += -I../include
  32   32  
  33   33  CPPFLAGS += $(INCLUDES)
  34   34  
  35   35  CFLAGS += $(CCVERBOSE)
  36   36  CERRWARN += -_gcc=-Wno-uninitialized
  37   37  CERRWARN += -_gcc=-Wno-unused-variable
  38   38  CERRWARN += -_gcc=-Wno-parentheses
  39   39  
       40 +# not linted
       41 +SMATCH=off
       42 +
  40   43  LINTFLAGS += -m -v -u
  41   44  
  42   45  AR=     /usr/ccs/bin/ar
  43   46  RANLIB= /usr/ccs/bin/ranlib
  44   47  RM=     /usr/bin/rm -f
  45   48  
  46   49  LIBCSRCS        = device_ctl.c \
  47   50                    filehdr.c \
  48   51                    hdr_misc.c \
  49   52                    g711.c \
↓ open down ↓ 55 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX