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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/iser/Makefile
          +++ new/usr/src/uts/sparc/iser/Makefile
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36  LINTS           = $(ISER_OBJS:%.o=$(LINTS_DIR)/%.ln)
  37   37  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  38   38  LDFLAGS         += -dy -Nmisc/ibtl -Nmisc/ibcm -Nmisc/idm
  39   39  CONF_SRCDIR     = $(UTSBASE)/common/io/ib/clients/iser
  40   40  
  41   41  #
  42   42  #       Include common rules.
  43   43  #
  44   44  include $(UTSBASE)/sparc/Makefile.sparc
  45   45  
  46      -CERRWARN        += -_gcc=-Wno-uninitialized
       46 +CERRWARN        += $(CNOWARN_UNINIT)
  47   47  
  48   48  #
  49   49  #       Define targets
  50   50  #
  51   51  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  52   52  LINT_TARGET     = $(MODULE).lint
  53   53  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  54   54  
  55   55  #
  56   56  #       Default build targets.
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX