Print this page
10077 usr/src/uts/ Makefile changes for smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/udfs/Makefile
          +++ new/usr/src/uts/intel/udfs/Makefile
↓ 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  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  25   25  #
  26      -#       This makefile drives the production of the udfs file system
  27      -#       kernel module.
  28      -#
  29      -#       intel implementation architecture dependent
  30      -#
       26 +# Copyright (c) 2018, Joyent, Inc.
  31   27  
  32   28  #
  33   29  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  34   30  #
  35   31  UTSBASE = ../..
  36   32  
  37   33  #
  38   34  #       Define the module and object file sets.
  39   35  #
  40   36  MODULE          = udfs
↓ open down ↓ 35 lines elided ↑ open up ↑
  76   72  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  77   73  LINTTAGS        += -erroff=E_STATIC_UNUSED
  78   74  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  79   75  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  80   76  
  81   77  CERRWARN        += -_gcc=-Wno-parentheses
  82   78  CERRWARN        += -_gcc=-Wno-unused-label
  83   79  CERRWARN        += -_gcc=-Wno-uninitialized
  84   80  CERRWARN        += -_gcc=-Wno-type-limits
  85   81  
       82 +# needs work
       83 +SMATCH=off
       84 +
  86   85  #
  87   86  #       Default build targets.
  88   87  #
  89   88  .KEEP_STATE:
  90   89  
  91   90  def:            $(DEF_DEPS)
  92   91  
  93   92  all:            $(ALL_DEPS)
  94   93  
  95   94  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX