Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/boot/sys/boot/efi/libefi/i386/Makefile
          +++ new/usr/src/boot/sys/boot/efi/libefi/i386/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2016 Toomas Soome <tsoome@me.com>
  14   14  # Copyright 2016 RackTop Systems.
       15 +# Copyright 2019 Joyent, Inc.
  15   16  #
  16   17  
  17   18  MACHINE=        $(MACH)
  18   19  
  19   20  all:            libefi.a
  20   21  
  21   22  SRCS=   time.c
  22   23  include ../Makefile.com
  23   24  
  24   25  CFLAGS +=       -m32
  25   26  
       27 +# false positive only with a 64-bit smatch
       28 +SMOFF += uninitialized
       29 +
  26   30  CLEANFILES +=   machine x86
  27   31  
  28   32  $(OBJS): machine x86
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX