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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/msgfmt/Makefile
          +++ new/usr/src/cmd/msgfmt/Makefile
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  POFILES= $(SOBJS:%.o=%.po) $(GOBJS:%.o=%.po) $(COBJS:%.o=%.po) \
  60   60          $(BOBJS:%.o=%.po) $(YOBJS:%.o=%.po)
  61   61  
  62   62  CLOBBERFILES += gmsgfmt_rev
  63   63  
  64   64  ROOTBINPROG= $(BINPROG:%=$(ROOTBIN)/%)
  65   65  ROOTLIBPROG= $(LIBPROG:%=$(ROOTLIB)/%)
  66   66  
  67   67  CERRWARN += -_gcc=-Wno-parentheses
  68   68  CERRWARN += -_gcc=-Wno-unused-label
  69      -CERRWARN += -_gcc=-Wno-uninitialized
       69 +CERRWARN += $(CNOWARN_UNINIT)
  70   70  CERRWARN += -_gcc=-Wno-unused-variable
  71   71  
  72   72  .KEEP_STATE:
  73   73  
  74   74  .PARALLEL:      $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) $(BOBJS) $(LOBJS) \
  75   75                  $(XOBJS) $(LXOBJS)
  76   76  
  77   77  all: $(PROG) gmsgfmt_rev
  78   78  
  79   79  msgfmt: $(SOBJS) $(COBJS)
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX