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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/allocate/Makefile
          +++ new/usr/src/cmd/allocate/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  #
  23   23  # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  ETCTSOLFILES =  devalloc_defaults
  27   28  
  28   29  include         ../Makefile.cmd
  29   30  
  30   31  CERRWARN +=     -_gcc=-Wno-unused-value
  31   32  CERRWARN +=     -_gcc=-Wno-uninitialized
  32   33  CERRWARN +=     -_gcc=-Wno-parentheses
  33   34  CERRWARN +=     -_gcc=-Wno-clobbered
  34   35  
       36 +# not linted
       37 +SMATCH=off
       38 +
  35   39  ROOTSEC =       $(ROOTETC)/security
  36   40  ROOTSECDEV =    $(ROOTSEC)/dev
  37   41  ROOTSECLIB =    $(ROOTSEC)/lib
  38   42  ROOTSECAUD =    $(ROOTSEC)/audio
  39   43  ROOTDIRS =      $(ROOTSECDEV) $(ROOTSECLIB) $(ROOTSECAUD)
  40   44  
  41   45  ROOTMANIFESTDIR=        $(ROOTSVCSYSTEMDEVICE)
  42   46  SVCMETHOD =     svc-allocate    
  43   47  MANIFEST =      allocate.xml
  44   48  
↓ open down ↓ 146 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX