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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libbsm/Makefile.com
          +++ new/usr/src/lib/libbsm/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  # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
       24 +# Copyright (c) 2018, Joyent, Inc.
  24   25  
  25   26  LIBRARY =       libbsm.a
  26   27  VERS =          .1
  27   28  OBJECTS=        adr.o \
  28   29                  adrf.o \
  29   30                  adrm.o \
  30   31                  adt.o \
  31   32                  adt_token.o \
  32   33                  adt_xlate.o \
  33   34                  au_open.o \
↓ open down ↓ 47 lines elided ↑ open up ↑
  81   82  ROOTLINT=       $(LINTSRC:%=$(ROOTLINTDIR)/%)
  82   83  
  83   84  CLEANFILES +=   $(LINTOUT) $(LINTLIB)
  84   85  
  85   86  CFLAGS  +=      $(CCVERBOSE)
  86   87  LDLIBS +=       -lsocket -lnsl -lmd -lc -lsecdb -ltsol -linetutil -lscf
  87   88  
  88   89  CERRWARN +=     -_gcc=-Wno-parentheses
  89   90  CERRWARN +=     -_gcc=-Wno-uninitialized
  90   91  
       92 +# not linted
       93 +SMATCH=off
       94 +
  91   95  COMDIR=         ../common
  92   96  AUDITD=         $(SRC)/cmd/auditd
  93   97  
  94   98  CPPFLAGS += -I$(COMDIR) -I$(AUDITD)
  95   99  CPPFLAGS += -D_REENTRANT
  96  100  
  97  101  #
  98  102  # message catalogue file
  99  103  #
 100  104  TEXT_DOMAIN= SUNW_OST_OSLIB
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX