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/dcfs/Makefile
          +++ new/usr/src/uts/sparc/dcfs/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  ALL_TARGET      = $(BINARY)
  56   56  LINT_TARGET     = $(MODULE).lint
  57   57  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  58   58  
  59   59  #
  60   60  #       Overrides.
  61   61  #
  62   62  CFLAGS          += $(CCVERBOSE)
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-parentheses
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  
  67   67  #
  68   68  #       Default build targets.
  69   69  #
  70   70  .KEEP_STATE:
  71   71  
  72   72  def:            $(DEF_DEPS)
  73   73  
  74   74  all:            $(ALL_DEPS)
  75   75  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX