Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/eqn/eqn.d/Makefile
          +++ new/usr/src/cmd/eqn/eqn.d/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  POFILES= $(SRCS:%.c=%.po) e.po
  29   29  
  30   30  CLEANFILES =    y.tab.c y.tab.h $(YACCSRC:%.y=%.c) $(YACCSRC:%.y=%.def)
  31   31  
  32   32  YFLAGS =        -d
  33   33  CPPFLAGS =      -I. -I.. $(CPPFLAGS.master)
  34   34  LDFLAGS +=      $(MAPFILE.NGB:%=-M%)
  35   35  
  36   36  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  37   37  CERRWARN +=     -_gcc=-Wno-unused-label
  38      -CERRWARN +=     -_gcc=-Wno-uninitialized
       38 +CERRWARN +=     $(CNOWARN_UNINIT)
  39   39  
  40   40  # not linted
  41   41  SMATCH=off
  42   42  
  43   43  .KEEP_STATE:
  44   44  
  45   45  all :           $(PROG) 
  46   46  
  47   47  catalog:        $(POFILE)
  48   48  
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX