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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dcs/sparc/sun4u/Makefile
          +++ new/usr/src/cmd/dcs/sparc/sun4u/Makefile
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  MULTI_PROC_FLAGS=       -D__EXTENSIONS__
  84   84  
  85   85  CPPFLAGS=       -I$(USR_PSM_INCL_DIR) $(CPPFLAGS.master) \
  86   86                  $($(CONCURR_MODE)_FLAGS)
  87   87  
  88   88  LINT_FLAGS=     -c -Nlevel=4 -Ncheck $($(CONCURR_MODE)_FLAGS)
  89   89  
  90   90  XGETFLAGS +=    -a -s -x $(PROG).xcl
  91   91  
  92   92  CERRWARN +=     -_gcc=-Wno-parentheses
  93      -CERRWARN +=     -_gcc=-Wno-uninitialized
       93 +CERRWARN +=     $(CNOWARN_UNINIT)
  94   94  
  95   95  #
  96   96  # LIBRARIES:
  97   97  #
  98   98  MULTI_THR_LIBS=         -D_REENTRANT
  99   99  
 100  100  MULTI_PROC_LIBS=
 101  101  
 102  102  LDLIBS +=       $($(CONCURR_MODE)_LIBS) \
 103  103                  -lsocket \
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX