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


  31 #
  32 
  33 #
  34 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35 #
  36 UTSBASE = ../..
  37 
  38 #
  39 #       Define the module and object file sets.
  40 #
  41 MODULE          = vuid3ps2
  42 OBJECTS         = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
  43 LINTS           = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
  44 ROOTMODULE      = $(ROOT_STRMOD_DIR)/$(MODULE)
  45 
  46 #
  47 #       Include common rules.
  48 #
  49 include $(UTSBASE)/sparc/Makefile.sparc
  50 
  51 CERRWARN        += -_gcc=-Wno-uninitialized
  52 CERRWARN        += -_gcc=-Wno-parentheses
  53 
  54 #
  55 #       Define targets
  56 #
  57 ALL_TARGET      = $(BINARY)
  58 LINT_TARGET     = $(MODULE).lint
  59 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  60 
  61 #
  62 #       Overrides.
  63 #
  64 ALL_DEFS        += -DVUID3PS2
  65 
  66 #
  67 #       Default build targets.
  68 #
  69 .KEEP_STATE:
  70 
  71 def:            $(DEF_DEPS)


  31 #
  32 
  33 #
  34 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35 #
  36 UTSBASE = ../..
  37 
  38 #
  39 #       Define the module and object file sets.
  40 #
  41 MODULE          = vuid3ps2
  42 OBJECTS         = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
  43 LINTS           = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
  44 ROOTMODULE      = $(ROOT_STRMOD_DIR)/$(MODULE)
  45 
  46 #
  47 #       Include common rules.
  48 #
  49 include $(UTSBASE)/sparc/Makefile.sparc
  50 
  51 CERRWARN        += $(CNOWARN_UNINIT)
  52 CERRWARN        += -_gcc=-Wno-parentheses
  53 
  54 #
  55 #       Define targets
  56 #
  57 ALL_TARGET      = $(BINARY)
  58 LINT_TARGET     = $(MODULE).lint
  59 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  60 
  61 #
  62 #       Overrides.
  63 #
  64 ALL_DEFS        += -DVUID3PS2
  65 
  66 #
  67 #       Default build targets.
  68 #
  69 .KEEP_STATE:
  70 
  71 def:            $(DEF_DEPS)