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/core_pcbe/Makefile
          +++ new/usr/src/uts/intel/core_pcbe/Makefile
↓ open down ↓ 110 lines elided ↑ open up ↑
 111  111                  pcbe.GenuineIntel.6.95  \
 112  112                  pcbe.GenuineIntel.6.122
 113  113  
 114  114  ROOTSOFTLINKS   = $(SOFTLINKS:%=$(USR_PCBE_DIR)/%)
 115  115  
 116  116  #
 117  117  #       Include common rules.
 118  118  #
 119  119  include $(UTSBASE)/intel/Makefile.intel
 120  120  
 121      -CERRWARN        += -_gcc=-Wno-uninitialized
      121 +CERRWARN        += $(CNOWARN_UNINIT)
 122  122  CERRWARN        += -_gcc=-Wno-unused-variable
 123  123  
 124  124  CPPFLAGS        += -I$(UTSBASE)/intel/core_pcbe
 125  125  CLEANFILES      += $(CPCGEN_SRCS)
 126  126  
 127  127  #
 128  128  #       Define targets.
 129  129  #
 130  130  ALL_TARGET      = $(CPCGEN_COMMON) .WAIT $(BINARY)
 131  131  LINT_MODULE     = core_pcbe
↓ open down ↓ 43 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX