Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/Makefile.common
          +++ new/usr/src/cmd/mandoc/Makefile.common
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72                  term_ascii.o    \
  73   73                  term_ps.o       \
  74   74                  term_tab.o      \
  75   75                  tree.o
  76   76  
  77   77  OBJS +=         compat_ohash.o
  78   78  
  79   79  # XXX gcc 4.4.4 false positive
  80   80  roff.o :=       CERRWARN += -_gcc=-Wno-uninitialized
  81   81  
       82 +# not linted
       83 +SMATCH=off
       84 +
  82   85  CFLAGS +=       $(CC_VERBOSE)
  83   86  CSTD=           $(CSTD_GNU99)
  84   87  
  85   88  CPPFLAGS +=     -DOSNAME="\"illumos\"" -D_FILE_OFFSET_BITS=64
  86   89  
  87   90  LDLIBS +=       -lz
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX