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          = trill
  42 OBJECTS         = $(TRILL_OBJS:%=$(OBJS_DIR)/%)
  43 LINTS           = $(TRILL_OBJS:%.o=$(LINTS_DIR)/%.ln)
  44 ROOTMODULE      = $(ROOT_SOCK_DIR)/$(MODULE)
  45 
  46 #
  47 #       Include common rules.
  48 #
  49 include $(UTSBASE)/sparc/Makefile.sparc
  50 
  51 CERRWARN        += -_gcc=-Wno-uninitialized
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY)
  57 LINT_TARGET     = $(MODULE).lint
  58 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  59 
  60 #
  61 #       Overrides.
  62 #
  63 CFLAGS          += $(CCVERBOSE)
  64 LDFLAGS         += -dy -Ndrv/bridge -Nmisc/mac -Nmisc/dls -Nfs/sockfs
  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          = trill
  42 OBJECTS         = $(TRILL_OBJS:%=$(OBJS_DIR)/%)
  43 LINTS           = $(TRILL_OBJS:%.o=$(LINTS_DIR)/%.ln)
  44 ROOTMODULE      = $(ROOT_SOCK_DIR)/$(MODULE)
  45 
  46 #
  47 #       Include common rules.
  48 #
  49 include $(UTSBASE)/sparc/Makefile.sparc
  50 
  51 CERRWARN        += $(CNOWARN_UNINIT)
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY)
  57 LINT_TARGET     = $(MODULE).lint
  58 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  59 
  60 #
  61 #       Overrides.
  62 #
  63 CFLAGS          += $(CCVERBOSE)
  64 LDFLAGS         += -dy -Ndrv/bridge -Nmisc/mac -Nmisc/dls -Nfs/sockfs
  65 
  66 #
  67 #       Default build targets.
  68 #
  69 .KEEP_STATE:
  70 
  71 def:            $(DEF_DEPS)