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


  45 #
  46 #       Include common rules.
  47 #
  48 include $(UTSBASE)/i86pc/Makefile.i86pc
  49 
  50 #
  51 #       Define targets
  52 #
  53 ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  54 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  55 
  56 #
  57 #       Overrides
  58 #
  59 DEF_BUILDS      = $(DEF_BUILDS64)
  60 ALL_BUILDS      = $(ALL_BUILDS64)
  61 
  62 CFLAGS += $(CCVERBOSE)
  63 
  64 CERRWARN += -_gcc=-Wno-parentheses
  65 CERRWARN += -_gcc=-Wno-uninitialized
  66 CERRWARN += -_gcc=-Wno-empty-body
  67 
  68 # needs work
  69 SMOFF += index_overflow
  70 
  71 #
  72 # module dependencies
  73 #
  74 LDFLAGS += -dy -Nmisc/drmach_acpi
  75 
  76 CLEANFILES +=   $(DR_GENERR)
  77 CLEANFILES +=   $(DR_IO)/dr_err.c
  78 
  79 #
  80 #       Default build targets.
  81 #
  82 .KEEP_STATE:
  83 
  84 def:            $(DEF_DEPS)
  85 


  45 #
  46 #       Include common rules.
  47 #
  48 include $(UTSBASE)/i86pc/Makefile.i86pc
  49 
  50 #
  51 #       Define targets
  52 #
  53 ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  54 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  55 
  56 #
  57 #       Overrides
  58 #
  59 DEF_BUILDS      = $(DEF_BUILDS64)
  60 ALL_BUILDS      = $(ALL_BUILDS64)
  61 
  62 CFLAGS += $(CCVERBOSE)
  63 
  64 CERRWARN += -_gcc=-Wno-parentheses
  65 CERRWARN += $(CNOWARN_UNINIT)
  66 CERRWARN += -_gcc=-Wno-empty-body
  67 
  68 # needs work
  69 SMOFF += index_overflow
  70 
  71 #
  72 # module dependencies
  73 #
  74 LDFLAGS += -dy -Nmisc/drmach_acpi
  75 
  76 CLEANFILES +=   $(DR_GENERR)
  77 CLEANFILES +=   $(DR_IO)/dr_err.c
  78 
  79 #
  80 #       Default build targets.
  81 #
  82 .KEEP_STATE:
  83 
  84 def:            $(DEF_DEPS)
  85