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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ypcmd/yppasswd/Makefile
          +++ new/usr/src/cmd/ypcmd/yppasswd/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  #
  22   22  # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
       24 +# Copyright (c) 2018, Joyent, Inc.
  24   25  
  25   26  NETYPPROG =     rpc.yppasswdd
  26   27  DEFAULTFILES =  yppasswdd.dfl
  27   28  PROG =          $(NETYPPROG)
  28   29  
  29   30  MANIFEST = passwd.xml
  30   31  
  31   32  include ../../Makefile.cmd
  32   33  
  33   34  ROOTMANIFESTDIR = $(ROOTSVCNETWORKNIS)
↓ open down ↓ 19 lines elided ↑ open up ↑
  53   54  
  54   55  INETYPPROG=             $(NETYPPROG:%=$(NETYP)/%)
  55   56  
  56   57  COMMONOBJ =             yppasswdxdr.o yplckpwdf.o
  57   58  RPCYPPASSWDDOBJ =       yppasswdd.o changepasswd.o
  58   59  
  59   60  CERRWARN +=             -_gcc=-Wno-implicit-function-declaration
  60   61  CERRWARN +=             -_gcc=-Wno-parentheses
  61   62  CERRWARN +=             -_gcc=-Wno-uninitialized
  62   63  
       64 +# not linted
       65 +SMATCH=off
       66 +
  63   67  #
  64   68  # Objects shared between all the major components
  65   69  #
  66   70  SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
  67   71  
  68   72  OBJS =                  $(RPCYPPASSWDDOBJ) \
  69   73                          $(COMMONOBJ)
  70   74                          # $(YPPWCONVOBJ) $(YPPASSMGMTOBJ)
  71   75  
  72   76  SRCS =                  $(OBJS:%.o=%.c)
↓ open down ↓ 38 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX