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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/kiconv_ja/Makefile
          +++ new/usr/src/uts/intel/kiconv_ja/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # uts/intel/kiconv_ja/Makefile
  23   23  #
  24   24  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27      -# ident "%Z%%M% %I%     %E% SMI"
  28      -#
  29      -#       This makefile drives the production of the kiconv_ja kernel module.
  30      -#
  31      -#       intel architecture dependent
  32      -#
       27 +# Copyright (c) 2018, Joyent, Inc.
  33   28  
  34   29  #
  35   30  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  36   31  #
  37   32  UTSBASE = ../..
  38   33  
  39   34  #
  40   35  #       Define the module and object file sets.
  41   36  #
  42   37  MODULE          = kiconv_ja
↓ open down ↓ 18 lines elided ↑ open up ↑
  61   56  #
  62   57  CFLAGS          += $(CCVERBOSE)
  63   58  
  64   59  #
  65   60  # For now, disable these lint checks; maintainers should endeavor
  66   61  # to investigate and remove these for maximum lint coverage.
  67   62  # Please do not carry these forward to new Makefiles.
  68   63  #
  69   64  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  70   65  
       66 +# smatch not happy with this source
       67 +SMATCH=off
       68 +
  71   69  #
  72   70  #       Default build targets.
  73   71  #
  74   72  .KEEP_STATE:
  75   73  
  76   74  def:            $(DEF_DEPS)
  77   75  
  78   76  all:            $(ALL_DEPS)
  79   77  
  80   78  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX