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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/pcie/Makefile
          +++ new/usr/src/uts/sun4u/pcie/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  #
  57   57  ALL_TARGET      = $(BINARY)
  58   58  LINT_TARGET     = $(MODULE).lint
  59   59  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  60   60  
  61   61  #
  62   62  #     Dependency
  63   63  #
  64   64  LDFLAGS += -dy -Nmisc/busra
  65   65  
  66      -CERRWARN += -_gcc=-Wno-uninitialized
       66 +CERRWARN += $(CNOWARN_UNINIT)
  67   67  CERRWARN += -_gcc=-Wno-unused-value
  68   68  CERRWARN += -_gcc=-Wno-parentheses
  69   69  CERRWARN += -_gcc=-Wno-type-limits
  70   70  
  71   71  #
  72   72  #       Default build targets.
  73   73  #
  74   74  .KEEP_STATE:
  75   75  
  76   76  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX