Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/bnu/Makefile.inc
          +++ new/usr/src/cmd/bnu/Makefile.inc
↓ 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 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
       26 +#
  25   27  
  26   28  SRCS =          account.c anlwrk.c bnuconvert.c callers.c               \
  27   29                  chremdir.c cntrl.c conn.c cpmv.c ct.c                   \
  28   30                  cu.c dial.c dio.c dkbreak.c                             \
  29   31                  dkdial.c dkerr.c dkminor.c dtnamer.c eio.c              \
  30   32                  expfile.c fio.c gename.c getargs.c getopt.c getprm.c    \
  31   33                  getpwinfo.c gio.c gnamef.c gnxseq.c grades.c            \
  32   34                  gtcfile.c gwd.c imsg.c in.uucpd.c interface.c limits.c  \
  33   35                  line.c logent.c mailst.c perfstat.c                     \
  34   36                  permission.c pk0.c pk1.c pkdefs.c security.c            \
↓ open down ↓ 4 lines elided ↑ open up ↑
  39   41                  uuglist.c uuname.c uusched.c uustat.c uux.c             \
  40   42                  uuxqt.c versys.c xio.c xqt.c
  41   43  
  42   44  CERRWARN        += -_gcc=-Wno-parentheses
  43   45  CERRWARN        += -_gcc=-Wno-char-subscripts
  44   46  CERRWARN        += -_gcc=-Wno-unused-variable
  45   47  CERRWARN        += -_gcc=-Wno-uninitialized
  46   48  CERRWARN        += -_gcc=-Wno-extra
  47   49  CERRWARN        += -_gcc=-Wno-implicit-function-declaration
  48   50  
       51 +# "parse error: parsing (arg (9223372034707292160-0,2-s32max) == 2)"
       52 +SMATCH          = off
       53 +
  49   54  TLILIB =        -lnsl -lsocket
  50   55  PAMLIB =        -lpam
  51   56  
  52   57  # use this if you don't have strpbrk/getopt in libc
  53   58  # STRPBRK =     strpbrk.o
  54   59  # GETOPT =      getopt.o
  55   60  
  56   61  PROTOCOLOBJS =  dio.o eio.o gio.o xio.o fio.o
  57   62  
  58   63  OTHEROBJS =     utility.o cpmv.o expfile.o gename.o getpwinfo.o \
↓ open down ↓ 90 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX