Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/unix/Makefile
          +++ new/usr/src/uts/i86pc/unix/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  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   21  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# Copyright (c) 2018, Joyent, Inc.
       24 +# Copyright 2019 Joyent, Inc.
  25   25  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  26   26  
  27   27  #
  28   28  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  29   29  #
  30   30  UTSBASE = ../..
  31   31  
  32   32  #
  33   33  #       Define the module and object file sets.
  34   34  #
↓ open down ↓ 107 lines elided ↑ open up ↑
 142  142  # false positives
 143  143  SMOFF += index_overflow
 144  144  
 145  145  # needs work
 146  146  SMOFF += all_func_returns,deref_check,signed
 147  147  
 148  148  $(OBJS_DIR)/fmsmb.o := SMOFF += indenting
 149  149  $(OBJS_DIR)/zutil.o := SMOFF += indenting
 150  150  $(OBJS_DIR)/bootrd_cpio.o := SMOFF += allocating_enough_data
 151  151  
      152 +# too hairy
      153 +$(OBJS_DIR)/inflate.o := SMATCH=off
      154 +
 152  155  #
 153  156  #       Default build targets.
 154  157  #
 155  158  .KEEP_STATE:
 156  159  
 157  160  def: $(DEF_DEPS)
 158  161  
 159  162  all: $(ALL_DEPS)
 160  163  
 161  164  clean: $(CLEAN_DEPS)
↓ open down ↓ 53 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX