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/rdsib/Makefile
          +++ new/usr/src/uts/sparc/rdsib/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  56   56  LINT_TARGET     = $(MODULE).lint
  57   57  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  58   58  
  59   59  #
  60   60  # lint pass one enforcement and OS version
  61   61  #
  62   62  CFLAGS += $(CCVERBOSE)
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-switch
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  
  67   67  LDFLAGS += -dy -Ndrv/rds -Nmisc/ibtl -Nmisc/ibcm -Ndrv/ip
  68   68  
  69   69  #
  70   70  #       Default build targets.
  71   71  #
  72   72  .KEEP_STATE:
  73   73  
  74   74  def:            $(DEF_DEPS)
  75   75  
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX