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/nroff.d/Makefile
          +++ new/usr/src/cmd/troff/nroff.d/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright (c) 1989 by Sun Microsystems, Inc.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  include         ../../Makefile.cmd
  27   28  
  28   29  SUBDIRS =       terms.d
  29   30  
  30   31  PROG =          nroff
  31   32  
  32   33  OBJS =          n10.o n6.o
  33   34  
  34   35  COMMONOBJS =    hytab.o n1.o n2.o n3.o n4.o n5.o        \
↓ open down ↓ 3 lines elided ↑ open up ↑
  38   39  
  39   40  
  40   41  CPPFLAGS =      -DNROFF -DUSG -DINCORE -DEUC -I. -I.. $(CPPFLAGS.master)
  41   42  
  42   43  CERRWARN +=     -_gcc=-Wno-unused-value
  43   44  CERRWARN +=     -_gcc=-Wno-extra
  44   45  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  45   46  CERRWARN +=     -_gcc=-Wno-parentheses
  46   47  CERRWARN +=     -_gcc=-Wno-unused-variable
  47   48  
       49 +# parse error: parsing (i (9223372034707292160-96) >= 65)
       50 +SMATCH =        off
       51 +
  48   52  LDLIBS +=       -lmapmalloc
  49   53  #
  50   54  # message catalog
  51   55  #
  52   56  POFILES= $(OBJS:%.o=%.po)
  53   57  POFILE= nroff.d.po
  54   58  
  55   59  
  56   60  all :=          TARGET= all
  57   61  install :=      TARGET= install
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX