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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libmd/sparc/Makefile
          +++ new/usr/src/lib/libmd/sparc/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  
  33   33  include         $(SRC)/lib/Makefile.lib
  34   34  include         $(SRC)/lib/Makefile.rootfs
  35   35  include         ../Makefile.com
  36   36  
  37   37  # Symbol capabilities objects are added for sun4u and sun4v.
  38   38  EXTPICS =       ../capabilities/sun4u/sparc/pics/symcap.o \
  39   39                  ../capabilities/sun4v/sparc/pics/symcap.o
  40   40  
  41   41  # Suppress error for edonr.c __asm__ code
  42      -pics/edonr.o := CERRWARN +=     -_gcc=-Wno-uninitialized
       42 +pics/edonr.o := CERRWARN +=     $(CNOWARN_UNINIT)
  43   43  
  44   44  .KEEP_STATE:
  45   45  
  46   46  all:            $(LIBS)
  47   47  
  48   48  install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
  49   49  
  50   50  lint:           lintcheck
  51   51  
  52   52  include         ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX