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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/blowfish/Makefile
          +++ new/usr/src/uts/intel/blowfish/Makefile
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 +# Copyright (c) 2018, Joyent, Inc.
       22 +#
  21   23  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  22   24  #
  23   25  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   26  # Use is subject to license terms.
  25   27  #
  26   28  
  27   29  #
  28   30  #       This makefile drives the production of the Blowfish KEF provider.
  29   31  #
  30   32  #       intel implementation architecture dependent
↓ open down ↓ 38 lines elided ↑ open up ↑
  69   71  # to investigate and remove these for maximum lint coverage.
  70   72  # Please do not carry these forward to new Makefiles.
  71   73  #
  72   74  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  73   75  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  74   76  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  75   77  
  76   78  CERRWARN        += -_gcc=-Wno-uninitialized
  77   79  CERRWARN        += -_gcc=-Wno-parentheses
  78   80  
       81 +# needs work
       82 +$(OBJS_DIR)/blowfish_impl.o := SMOFF += precedence
       83 +
  79   84  #
  80   85  #       Default build targets.
  81   86  #
  82   87  .KEEP_STATE:
  83   88  
  84   89  def:            $(DEF_DEPS)
  85   90  
  86   91  all:            $(ALL_DEPS)
  87   92  
  88   93  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX