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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/grep/Makefile
          +++ new/usr/src/cmd/grep/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  PROG= grep
  28   28  FFILE= fgrep
  29   29  EFILE= egrep
  30   30  
  31   31  include ../Makefile.cmd
  32   32  
  33   33  CERRWARN += -_gcc=-Wno-parentheses
  34      -CERRWARN += -_gcc=-Wno-uninitialized
       34 +CERRWARN += $(CNOWARN_UNINIT)
  35   35  
  36   36  ROOTXPG4LINKS = $(ROOTXPG4BIN)/$(FFILE) $(ROOTXPG4BIN)/$(EFILE) $(ROOTXPG4BIN)/$(PROG)
  37   37  ROOTLINKS = $(ROOTBIN)/$(FFILE) $(ROOTBIN)/$(EFILE)
  38   38  
  39   39  CFLAGS += $(CCVERBOSE)
  40   40  CPPFLAGS += -D_FILE_OFFSET_BITS=64
  41   41  
  42   42  POFILE= grep_xpg4.po
  43   43  POFILES= grep.po
  44   44  
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX