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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/hme/Makefile
          +++ new/usr/src/uts/sparc/hme/Makefile
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  55   55  
  56   56  #
  57   57  #       Overrides.
  58   58  #
  59   59  CFLAGS          += $(CCVERBOSE)
  60   60  LDFLAGS         += -dy -Nmisc/mii -Nmisc/mac
  61   61  
  62   62  CERRWARN        += -_gcc=-Wno-switch
  63   63  CERRWARN        += -_gcc=-Wno-unused-label
  64      -CERRWARN        += -_gcc=-Wno-uninitialized
       64 +CERRWARN        += $(CNOWARN_UNINIT)
  65   65  
  66   66  #
  67   67  #       Default build targets.
  68   68  #
  69   69  .KEEP_STATE:
  70   70  
  71   71  def:            $(DEF_DEPS)
  72   72  
  73   73  all:            $(ALL_DEPS)
  74   74  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX