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


 101                 pcbe.GenuineIntel.6.158 \
 102                 pcbe.GenuineIntel.6.28  \
 103                 pcbe.GenuineIntel.6.38  \
 104                 pcbe.GenuineIntel.6.39  \
 105                 pcbe.GenuineIntel.6.53  \
 106                 pcbe.GenuineIntel.6.54  \
 107                 pcbe.GenuineIntel.6.55  \
 108                 pcbe.GenuineIntel.6.77  \
 109                 pcbe.GenuineIntel.6.76  \
 110                 pcbe.GenuineIntel.6.92  \
 111                 pcbe.GenuineIntel.6.95  \
 112                 pcbe.GenuineIntel.6.122
 113 
 114 ROOTSOFTLINKS   = $(SOFTLINKS:%=$(USR_PCBE_DIR)/%)
 115 
 116 #
 117 #       Include common rules.
 118 #
 119 include $(UTSBASE)/intel/Makefile.intel
 120 
 121 CERRWARN        += -_gcc=-Wno-uninitialized
 122 CERRWARN        += -_gcc=-Wno-unused-variable
 123 
 124 CPPFLAGS        += -I$(UTSBASE)/intel/core_pcbe
 125 CLEANFILES      += $(CPCGEN_SRCS)
 126 
 127 #
 128 #       Define targets.
 129 #
 130 ALL_TARGET      = $(CPCGEN_COMMON) .WAIT $(BINARY)
 131 LINT_MODULE     = core_pcbe
 132 LINT_TARGET     = $(LINT_MODULE).lint
 133 INSTALL_TARGET  = $(CPCGEN_COMMON) .WAIT $(BINARY) $(ROOTMODULE) $(ROOTSOFTLINKS)
 134 
 135 #
 136 #       Default build targets.
 137 #
 138 .KEEP_STATE:
 139 
 140 def:            $(DEF_DEPS)
 141 




 101                 pcbe.GenuineIntel.6.158 \
 102                 pcbe.GenuineIntel.6.28  \
 103                 pcbe.GenuineIntel.6.38  \
 104                 pcbe.GenuineIntel.6.39  \
 105                 pcbe.GenuineIntel.6.53  \
 106                 pcbe.GenuineIntel.6.54  \
 107                 pcbe.GenuineIntel.6.55  \
 108                 pcbe.GenuineIntel.6.77  \
 109                 pcbe.GenuineIntel.6.76  \
 110                 pcbe.GenuineIntel.6.92  \
 111                 pcbe.GenuineIntel.6.95  \
 112                 pcbe.GenuineIntel.6.122
 113 
 114 ROOTSOFTLINKS   = $(SOFTLINKS:%=$(USR_PCBE_DIR)/%)
 115 
 116 #
 117 #       Include common rules.
 118 #
 119 include $(UTSBASE)/intel/Makefile.intel
 120 
 121 CERRWARN        += $(CNOWARN_UNINIT)
 122 CERRWARN        += -_gcc=-Wno-unused-variable
 123 
 124 CPPFLAGS        += -I$(UTSBASE)/intel/core_pcbe
 125 CLEANFILES      += $(CPCGEN_SRCS)
 126 
 127 #
 128 #       Define targets.
 129 #
 130 ALL_TARGET      = $(CPCGEN_COMMON) .WAIT $(BINARY)
 131 LINT_MODULE     = core_pcbe
 132 LINT_TARGET     = $(LINT_MODULE).lint
 133 INSTALL_TARGET  = $(CPCGEN_COMMON) .WAIT $(BINARY) $(ROOTMODULE) $(ROOTSOFTLINKS)
 134 
 135 #
 136 #       Default build targets.
 137 #
 138 .KEEP_STATE:
 139 
 140 def:            $(DEF_DEPS)
 141