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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/vgrind/Makefile
          +++ new/usr/src/cmd/vgrind/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 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# cmd/vgrind/Makefile
       25 +# Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  #
  28   28  # These are the objects associated with the overall vgrind command.
  29   29  #
  30   30  VFONTEDPR=      vfontedpr
  31   31  RETEST=         retest
  32   32  MACROS=         tmac.vgrind
  33   33  LANGDEFS=       vgrindefs
  34   34  KSHPROG=        vgrind
  35   35  
↓ open down ↓ 23 lines elided ↑ open up ↑
  59   59  #
  60   60  CLOBBERFILES=   $(LIBPROG) $(RETEST)
  61   61  
  62   62  include ../Makefile.cmd
  63   63  
  64   64  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  65   65  CERRWARN += -_gcc=-Wno-parentheses
  66   66  CERRWARN += -_gcc=-Wno-unused-variable
  67   67  CERRWARN += -_gcc=-Wno-unused-function
  68   68  
       69 +# not linted
       70 +SMATCH=off
       71 +
  69   72  #
  70   73  # Message catalog
  71   74  #
  72   75  POFILES= $(OBJS:%.o=%.po)
  73   76  POFILE= vgrind.po
  74   77  POFILE_KSH= vgrind_ksh.po
  75   78  
  76   79  #
  77   80  # Abbreviation for future use.
  78   81  #
↓ open down ↓ 71 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX