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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tnf/prex/Makefile.com
          +++ new/usr/src/cmd/tnf/prex/Makefile.com
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60  #YFLAGS=        -d -t -v
  61   61  YFLAGS=         -d
  62   62  LFLAGS=         -v
  63   63  # FOR normal makefile, uncomment the next line
  64   64  LDLIBS +=       -lgen -ltnfctl -lelf -lc
  65   65  
  66   66  CFLAGS +=       $(CCVERBOSE)
  67   67  CERRWARN +=     -_gcc=-Wno-unused-label
  68   68  CERRWARN +=     -_gcc=-Wno-unused-variable
  69   69  CERRWARN +=     -_gcc=-Wno-parentheses
  70      -CERRWARN +=     -_gcc=-Wno-uninitialized
       70 +CERRWARN +=     $(CNOWARN_UNINIT)
  71   71  
  72   72  # not linted
  73   73  SMATCH=off
  74   74  
  75   75  .KEEP_STATE:
  76   76  
  77   77  .PARALLEL: $(OBJS)
  78   78  
  79   79  all: $(PROG)
  80   80  
↓ open down ↓ 36 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX