Print this page
10075 make usr/src/tools smatch clean

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tic/Makefile.common
          +++ new/usr/src/cmd/tic/Makefile.common
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  # Copyright 2017 Nexenta Systems, Inc.
  26   26  #
       27 +# Copyright (c) 2018, Joyent, Inc.
  27   28  
  28   29  PROG=           tic
  29   30  OBJS=           tic_captab.o \
  30   31                  tic_error.o \
  31   32                  tic_hash.o \
  32   33                  tic_main.o \
  33   34                  tic_parse.o \
  34   35                  tic_read.o \
  35   36                  tic_scan.o
  36   37  SRCS=           $(OBJS:%.o=%.c)
↓ open down ↓ 1 lines elided ↑ open up ↑
  38   39  CPPFLAGS +=     -I$(SRC)/lib/libcurses/screen
  39   40  
  40   41  LDLIBS +=       -lcurses
  41   42  MAPFILES=       $(MAPFILE.INT) $(MAPFILE.NGB)
  42   43  LDFLAGS +=      $(MAPFILES:%=-M%)
  43   44  
  44   45  CERRWARN +=     -_gcc=-Wno-char-subscripts
  45   46  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  46   47  CERRWARN +=     -_gcc=-Wno-parentheses
  47   48  CERRWARN +=     -_gcc=-Wno-uninitialized
       49 +
       50 +# not linted
       51 +SMATCH=off
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX