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/ib/Makefile
          +++ new/usr/src/uts/sparc/ib/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  57   57  LINT_TARGET     = $(MODULE).lint
  58   58  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  59   59  
  60   60  #
  61   61  #       Overrides.
  62   62  #
  63   63  ALL_BUILDS      = $(ALL_BUILDSONLY64)
  64   64  DEF_BUILDS      = $(DEF_BUILDSONLY64)
  65   65  
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  
  68   68  # 
  69   69  # lint pass one enforcement 
  70   70  # 
  71   71  CFLAGS += $(CCVERBOSE)
  72   72  
  73   73  #
  74   74  # For now, disable these lint checks; maintainers should endeavor
  75   75  # to investigate and remove these for maximum lint coverage.
  76   76  # Please do not carry these forward to new Makefiles.
↓ open down ↓ 38 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX