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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/kmech_krb5/Makefile
          +++ new/usr/src/uts/intel/kmech_krb5/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  #
  23   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  26   26  #
       27 +# Copyright (c) 2018, Joyent, Inc.
  27   28  
  28   29  #       This makefile drives the production of the gl_kmech_krb5 kernel module.
  29   30  #
  30   31  #       intel implementation architecture dependent
  31   32  #
  32   33  #
  33   34  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  34   35  #
  35   36  UTSBASE = ../..
  36   37  
↓ open down ↓ 29 lines elided ↑ open up ↑
  66   67  #
  67   68  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  68   69  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  69   70  LINTTAGS        += -erroff=E_STATIC_UNUSED
  70   71  
  71   72  CERRWARN        += -_gcc=-Wno-unused-function
  72   73  CERRWARN        += -_gcc=-Wno-unused-label
  73   74  CERRWARN        += -_gcc=-Wno-uninitialized
  74   75  CERRWARN        += -_gcc=-Wno-parentheses
  75   76  
       77 +# needs work
       78 +SMOFF += indenting
       79 +
  76   80  #
  77   81  #       Default build targets.
  78   82  #
  79   83  .KEEP_STATE:
  80   84  
  81   85  def:            $(DEF_DEPS)
  82   86  
  83   87  all:            $(ALL_DEPS)
  84   88  
  85   89  clean:          $(CLEAN_DEPS)
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX