Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fwflash/Makefile.com
          +++ new/usr/src/cmd/fwflash/Makefile.com
↓ 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 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# cmd/fwflash/Makefile.com
       24 +# Copyright (c) 2018, Joyent, Inc.
  25   25  #
  26      -#
  27   26  # common rules for $SRC/cmd/fwflash
  28   27  
  29   28  CLOSED=                 $(SRC)/../closed
  30   29  
  31   30  CERRWARN +=             -_gcc=-Wno-parentheses
  32   31  CERRWARN +=             -_gcc=-Wno-uninitialized
  33   32  CERRWARN +=             -_gcc=-Wno-address
  34   33  
       34 +# not linted
       35 +SMATCH=off
       36 +
  35   37  ROOTUSR=                $(ROOT)/usr
  36   38  ROOTUSRINCLD=           $(ROOTUSR)/include
  37   39  ROOTUSRINCLDFWFLASH=    $(ROOTUSRINCLD)/fwflash
  38   40  ROOTUSRLIB=             $(ROOTUSR)/lib
  39   41  ROOTUSRLIBFWFLASH=      $(ROOTUSRLIB)/fwflash
  40   42  ROOTUSRLIBFWFLASHIDF=   $(ROOTUSRLIBFWFLASH)/identify
  41   43  ROOTUSRLIBFWFLASHVRF=   $(ROOTUSRLIBFWFLASH)/verify
  42   44  ROOTUSRSBIN=            $(ROOTUSR)/sbin
  43   45  
  44   46  $(ROOTUSR):
↓ open down ↓ 56 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX