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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/format/Makefile
          +++ new/usr/src/cmd/format/Makefile
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39  OBJS_i386=    init_ci386.o ctlr_ata.o ix_altsctr.o
  40   40  
  41   41  OBJS_=                non-existent
  42   42  
  43   43  OBJS=  $(OBJS_$(MACH))  $(COBJS)
  44   44  
  45   45  DATA= format.dat
  46   46  
  47   47  include ../Makefile.cmd
  48   48  
  49      -CERRWARN += -_gcc=-Wno-uninitialized
       49 +CERRWARN += $(CNOWARN_UNINIT)
  50   50  CERRWARN += -_gcc=-Wno-parentheses
  51   51  CERRWARN += -_gcc=-Wno-unused-label
  52   52  CERRWARN += -_gcc=-Wno-clobbered
  53   53  
  54   54  # not linted
  55   55  SMATCH=off
  56   56  
  57   57  SRCS= $(OBJS:.o=.c)
  58   58  
  59   59  ROOTSYMLINK= $(ROOTETCPROG)
↓ open down ↓ 38 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX