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


  48 #       dependency
  49 #
  50 LDFLAGS +=      -dy -Nmisc/pci_autoconfig
  51 
  52 #
  53 #       Include common rules.
  54 #
  55 include $(UTSBASE)/i86pc/Makefile.i86pc
  56 
  57 #
  58 #       Define targets
  59 #
  60 ALL_TARGET      = $(BINARY)
  61 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  62 
  63 #
  64 # For now, disable these checks; maintainers should endeavor
  65 # to investigate and remove these for maximum coverage.
  66 # Please do not carry these forward to new Makefiles.
  67 #
  68 CERRWARN        += -_gcc=-Wno-uninitialized
  69 CERRWARN        += -_gcc=-Wno-parentheses
  70 
  71 #
  72 #       Default build targets.
  73 #
  74 .KEEP_STATE:
  75 
  76 def:            $(DEF_DEPS)
  77 
  78 all:            $(ALL_DEPS)
  79 
  80 clean:          $(CLEAN_DEPS)
  81 
  82 clobber:        $(CLOBBER_DEPS)
  83 
  84 install:        $(INSTALL_DEPS)
  85 
  86 #
  87 #       Include common targets.
  88 #


  48 #       dependency
  49 #
  50 LDFLAGS +=      -dy -Nmisc/pci_autoconfig
  51 
  52 #
  53 #       Include common rules.
  54 #
  55 include $(UTSBASE)/i86pc/Makefile.i86pc
  56 
  57 #
  58 #       Define targets
  59 #
  60 ALL_TARGET      = $(BINARY)
  61 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  62 
  63 #
  64 # For now, disable these checks; maintainers should endeavor
  65 # to investigate and remove these for maximum coverage.
  66 # Please do not carry these forward to new Makefiles.
  67 #
  68 CERRWARN        += $(CNOWARN_UNINIT)
  69 CERRWARN        += -_gcc=-Wno-parentheses
  70 
  71 #
  72 #       Default build targets.
  73 #
  74 .KEEP_STATE:
  75 
  76 def:            $(DEF_DEPS)
  77 
  78 all:            $(ALL_DEPS)
  79 
  80 clean:          $(CLEAN_DEPS)
  81 
  82 clobber:        $(CLOBBER_DEPS)
  83 
  84 install:        $(INSTALL_DEPS)
  85 
  86 #
  87 #       Include common targets.
  88 #