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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/wc/Makefile
          +++ new/usr/src/uts/intel/wc/Makefile
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  #
  50   50  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  51   51  LINT_TARGET     = $(MODULE).lint
  52   52  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  53   53  
  54   54  #
  55   55  #       Overrides.
  56   56  #
  57   57  LDFLAGS         += -dy -Nmisc/tem -Ndacf/consconfig_dacf
  58   58  
  59      -CERRWARN        += -_gcc=-Wno-uninitialized
       59 +CERRWARN        += $(CNOWARN_UNINIT)
  60   60  
  61   61  # needs work
  62   62  SMOFF += deref_check
  63   63  
  64   64  #
  65   65  #       Default build targets.
  66   66  #
  67   67  .KEEP_STATE:
  68   68  
  69   69  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX