Print this page
10079 smatch Makefile changes for usr/src/lib

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsocket/Makefile.com
          +++ new/usr/src/lib/libsocket/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  
  22   22  #
  23   23  # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright (c) 2018, Joyent, Inc.
  24   25  #
  25   26  
  26   27  LIBRARY =       libsocket.a
  27   28  VERS =          .1
  28   29  
  29   30  INETOBJS =      bindresvport.o bootparams_getbyname.o ether_addr.o \
  30   31                  getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
  31   32                  getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
  32   33                  getservent_r.o inet6_opt.o inet6_rthdr.o interface_id.o \
  33   34                  link_addr.o netmasks.o rcmd.o rexec.o ruserpass.o \
↓ open down ↓ 19 lines elided ↑ open up ↑
  53   54  CFLAGS64 +=     $(XSTRCONST)
  54   55  
  55   56  CPPFLAGS +=     -DSYSV -D_REENTRANT -I../../common/inc
  56   57  %/rcmd.o :=     CPPFLAGS += -DNIS
  57   58  
  58   59  CERRWARN +=     -_gcc=-Wno-type-limits
  59   60  CERRWARN +=     -_gcc=-Wno-uninitialized
  60   61  CERRWARN +=     -_gcc=-Wno-unused-variable
  61   62  CERRWARN +=     -_gcc=-Wno-parentheses
  62   63  
       64 +# not linted
       65 +SMATCH=off
       66 +
  63   67  .KEEP_STATE:
  64   68  
  65   69  all:
  66   70  
  67   71  lint:   lintcheck
  68   72  
  69   73  # libsocket build rules
  70   74  pics/%.o: ../inet/%.c
  71   75          $(COMPILE.c) -o $@ $<
  72   76          $(POST_PROCESS_O)
  73   77  
  74   78  pics/%.o: ../socket/%.c
  75   79          $(COMPILE.c) -o $@ $<
  76   80          $(POST_PROCESS_O)
  77   81  
  78   82  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX