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


  63 
  64 def:            $(DEF_DEPS)
  65 
  66 clean:          $(CLEAN_DEPS)
  67 
  68 clobber:        $(CLOBBER_DEPS)
  69 
  70 lint:           $(LINT_DEPS)
  71 
  72 modlintlib:     $(MODLINTLIB_DEPS)
  73 
  74 clean.lint:     $(CLEAN_LINT_DEPS)
  75 
  76 install:        $(INSTALL_DEPS)
  77 
  78 #
  79 #       Include common targets.
  80 #
  81 include $(UTSBASE)/intel/Makefile.targ
  82 
  83 CERRWARN        += -_gcc=-Wno-uninitialized


  63 
  64 def:            $(DEF_DEPS)
  65 
  66 clean:          $(CLEAN_DEPS)
  67 
  68 clobber:        $(CLOBBER_DEPS)
  69 
  70 lint:           $(LINT_DEPS)
  71 
  72 modlintlib:     $(MODLINTLIB_DEPS)
  73 
  74 clean.lint:     $(CLEAN_LINT_DEPS)
  75 
  76 install:        $(INSTALL_DEPS)
  77 
  78 #
  79 #       Include common targets.
  80 #
  81 include $(UTSBASE)/intel/Makefile.targ
  82 
  83 CERRWARN        += $(CNOWARN_UNINIT)