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/eoib/Makefile
          +++ new/usr/src/uts/sparc/eoib/Makefile
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63  # Module specific debug flag
  64   64  #
  65   65  CPPFLAGS += -DEIB_DEBUG
  66   66  
  67   67  #
  68   68  # Lint pass one enforcement
  69   69  #
  70   70  CFLAGS += $(CCVERBOSE)
  71   71  
  72   72  CERRWARN        += -_gcc=-Wno-switch
  73      -CERRWARN        += -_gcc=-Wno-uninitialized
       73 +CERRWARN        += $(CNOWARN_UNINIT)
  74   74  
  75   75  #
  76   76  # Depends on misc/ibtl
  77   77  #
  78   78  LDFLAGS += -dy -Nmisc/mac -Nmisc/ibtl -Nmisc/ibcm -Nmisc/ibmf
  79   79  
  80   80  #
  81   81  # Default build targets
  82   82  #
  83   83  .KEEP_STATE:
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX