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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/dcfs/Makefile
          +++ new/usr/src/uts/intel/dcfs/Makefile
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52  ALL_TARGET      = $(BINARY)
  53   53  LINT_TARGET     = $(MODULE).lint
  54   54  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  55   55  
  56   56  #
  57   57  #       Overrides.
  58   58  #
  59   59  CFLAGS          += $(CCVERBOSE)
  60   60  
  61   61  CERRWARN        += -_gcc=-Wno-parentheses
  62      -CERRWARN        += -_gcc=-Wno-uninitialized
       62 +CERRWARN        += $(CNOWARN_UNINIT)
  63   63  
  64   64  #
  65   65  #       Default build targets.
  66   66  #
  67   67  .KEEP_STATE:
  68   68  
  69   69  def:            $(DEF_DEPS)
  70   70  
  71   71  all:            $(ALL_DEPS)
  72   72  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX