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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  
  22   22  #
  23   23  # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  #
  26   27  
  27   28  SYNCPROG=       syncinit syncloop syncstat
  28   29  
  29   30  PROG=           6to4relay arp if_mpadm \
  30   31                  in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
  31   32                  in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
  32   33                  ndd ndp $(SYNCPROG)
  33   34  
  34   35  MANIFEST=       rarp.xml telnet.xml comsat.xml finger.xml \
↓ open down ↓ 67 lines elided ↑ open up ↑
 102  103  
 103  104  CERRWARN += -_gcc=-Wno-implicit-function-declaration
 104  105  CERRWARN += -_gcc=-Wno-uninitialized
 105  106  CERRWARN += -_gcc=-Wno-unused-variable
 106  107  CERRWARN += -_gcc=-Wno-unused-function
 107  108  CERRWARN += -_gcc=-Wno-parentheses
 108  109  CERRWARN += -_gcc=-Wno-char-subscripts
 109  110  CERRWARN += -_gcc=-Wno-extra
 110  111  CERRWARN += -_gcc=-Wno-address
 111  112  
      113 +# "missing type for func"
      114 +SMATCH=off
      115 +
 112  116  #
 113  117  # Message catalog
 114  118  #
 115  119  POFILES=        6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
 116  120                  soconfig.po
 117  121  POFILE=         usr.sbin.po
 118  122  
 119  123  all:=           TARGET= all
 120  124  install:=       TARGET= install
 121  125  clean:=         TARGET= clean
↓ open down ↓ 154 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX