Print this page
10076 make usr/src/test smatch clean

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/tests/Makefile
          +++ new/usr/src/test/libc-tests/tests/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2015 Garrett D'Amore <garrett@damore.org>
  15      -# Copyright 2016 Joyent, Inc.
       15 +# Copyright (c) 2018, Joyent, Inc.
  16   16  #
  17   17  
  18   18  SUBDIRS = \
  19   19          catopen \
  20   20          fpround \
  21   21          newlocale \
  22   22          nl_langinfo \
  23   23          priv_gettext \
  24   24          random \
  25   25          regex \
↓ open down ↓ 23 lines elided ↑ open up ↑
  49   49          wcsncasecmp \
  50   50          wcsncasecmp-7344 \
  51   51          wcsncasecmp-7350
  52   52  
  53   53  SCRIPTS = \
  54   54          quick_exit \
  55   55          psignal
  56   56  
  57   57  CPPFLAGS += -D_REENTRANT
  58   58  
       59 +# needs work
       60 +SMOFF += all_func_returns,snprintf_overflow
       61 +
  59   62  PROGS32 = $(PROGS:%=%.32)
  60   63  PROGS64 = \
  61   64          $(PROGS:%=%.64) \
  62   65          printf-6961.64
  63   66  
  64   67  aligned_alloc.32 :=     LDLIBS += -lproc
  65   68  aligned_alloc.64 :=     LDLIBS64 += -lproc
  66   69  
  67   70  memset_s.32 :=  CPPFLAGS += -D__STDC_WANT_LIB_EXT1__=1
  68   71  memset_s.64 :=  CPPFLAGS += -D__STDC_WANT_LIB_EXT1__=1
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX