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/troff/troff.d/Makefile
          +++ new/usr/src/cmd/troff/troff.d/Makefile
↓ 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  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # cmd/troff/troff.d/Makefile
  26   26  #
       27 +# Copyright (c) 2018, Joyent, Inc.
  27   28  
  28   29  include         ../../Makefile.cmd
  29   30  
  30   31  PROG =          troff ta makedev
  31   32  
  32   33  SUBDIRS =       tmac.d
  33   34  
  34   35  TAOBJS =        draw.o ta.o
  35   36  MAKEDEVOBJS =   makedev.o
  36   37  TROFFOBJS =     t10.o t6.o
↓ open down ↓ 6 lines elided ↑ open up ↑
  43   44  TXTS =          README maketables troff.sh
  44   45  
  45   46  CPPFLAGS =      -DUSG -DINCORE -I. -I.. $(CPPFLAGS.master)
  46   47  
  47   48  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  48   49  CERRWARN +=     -_gcc=-Wno-unused-variable
  49   50  CERRWARN +=     -_gcc=-Wno-parentheses
  50   51  CERRWARN +=     -_gcc=-Wno-uninitialized
  51   52  CERRWARN +=     -_gcc=-Wno-extra
  52   53  
       54 +# "parse error: parsing (i (9223372034707292160-96) >= 65)"
       55 +SMATCH =        off
       56 +
  53   57  #
  54   58  # For message catalog
  55   59  #
  56   60  POFILES= $(TROFFOBJS:%.o=%.po) $(COMMONOBJS:%.o=../%.po)
  57   61  POFILE= troff.d.po
  58   62  
  59   63  # conditional assignments
  60   64  
  61   65  all :=          TARGET= all
  62   66  install :=      TARGET= install
↓ open down ↓ 52 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX