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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/idmap/idmapd/Makefile
          +++ new/usr/src/cmd/idmap/idmapd/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  # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  PROG =          idmapd
  27   28  MANIFEST =      idmap.xml
  28   29  SERVEROBJS =                            \
  29   30          adspriv_impl.o                  \
  30   31          directory_provider_builtin.o    \
  31   32          directory_provider_nsswitch.o   \
  32   33          directory_provider_ad.o         \
  33   34          directory_server.o              \
  34   35          adutils.o                       \
↓ open down ↓ 21 lines elided ↑ open up ↑
  56   57  install :=      TARGET = install
  57   58  clean :=        TARGET = clean
  58   59  clobber :=      TARGET = clobber
  59   60  
  60   61  include ../../Makefile.cmd
  61   62  
  62   63  CERRWARN +=     -_gcc=-Wno-type-limits
  63   64  CERRWARN +=     -_gcc=-Wno-switch
  64   65  CERRWARN +=     -_gcc=-Wno-uninitialized
  65   66  
       67 +# not linted
       68 +SMATCH=off
       69 +
  66   70  TEXT_DOMAIN =   SUNW_OST_OSLIB
  67   71  XGETTEXT =      $(GNUXGETTEXT)
  68   72  XGETFLAGS =     --foreign-user --strict -n -E --width=72 \
  69   73                  --omit-header --keyword=directoryError:2 \
  70   74                  --language=C --force-po
  71   75  
  72   76  CSTD = $(CSTD_GNU99)
  73   77  POFILE =        $(PROG)_all.po
  74   78  
  75   79  RPC_MSGOUT_OPT = -DRPC_MSGOUT=idmap_rpc_msgout
↓ open down ↓ 89 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX