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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libelf/Makefile.com
          +++ new/usr/src/cmd/sgs/libelf/Makefile.com
↓ open down ↓ 60 lines elided ↑ open up ↑
  61   61  ROOTDEMODIRS=   $(ROOTDEMODIRBASE)
  62   62  
  63   63  include $(SRC)/cmd/sgs/Makefile.com
  64   64  
  65   65  MAPFILES =      ../common/mapfile-vers
  66   66  
  67   67  DYNFLAGS +=     $(VERSREF)
  68   68  LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  69   69  
  70   70  CERRWARN +=     -_gcc=-Wno-parentheses
  71      -CERRWARN +=     -_gcc=-Wno-uninitialized
       71 +CERRWARN +=     $(CNOWARN_UNINIT)
  72   72  
  73   73  SMOFF += indenting
  74   74  
  75   75  BUILD.AR=       $(RM) $@ ; \
  76   76                  $(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
  77   77                  $(POST_PROCESS_A)
  78   78  
  79   79  
  80   80  BLTDEFS=        msg.h
  81   81  BLTDATA=        msg.c
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX