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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/vtfontcvt/Makefile.common
          +++ new/usr/src/cmd/vtfontcvt/Makefile.common
↓ 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 2017 Toomas Soome <tsoome@me.com>
  14   14  #
       15 +# Copyright (c) 2018, Joyent, Inc.
  15   16  
  16   17  PROG=   vtfontcvt
  17   18  OBJS=   vtfontcvt.o
  18   19  
  19   20  LZ4COMMONDIR= $(SRC)/common/ficl/softcore
  20   21  LZ4_OBJS=       lz4.o
  21   22  OBJS    +=      $(LZ4_OBJS)
  22   23  
  23   24  LDLIBS += -lumem
  24   25  
       26 +# not linted
       27 +SMATCH=off
       28 +
  25   29  %.o:    $(LZ4COMMONDIR)/%.c
  26   30          $(COMPILE.c) $<
  27   31          $(POST_PROCESS_O)
  28   32  
  29   33  CSTD =  $(CSTD_GNU99)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX