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/rtld/mdbmod/Makefile.com
          +++ new/usr/src/cmd/sgs/rtld/mdbmod/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  SRCS=           $(OBJECTS:%.o=../common/%.c)
  42   42  
  43   43  BLTDEFS=        msg.h
  44   44  BLTDATA=        msg.c
  45   45  BLTFILES=       $(BLTDEFS) $(BLTDATA)
  46   46  
  47   47  SGSMSGTARG=     ../common/rtld.msg
  48   48  SGSMSGALL=      ../common/rtld.msg
  49   49  SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA)
  50   50  
  51      -CERRWARN +=     -_gcc=-Wno-uninitialized
       51 +CERRWARN +=     $(CNOWARN_UNINIT)
  52   52  
  53   53  MSGSRCS=        $(COMOBJS:%.o=../common/%.c) $(BLTDATA)
  54   54  
  55   55  FILEMODE=       555
  56   56  
  57   57  DYNLIB=         ld.so
  58   58  
  59   59  LIBS =          $(DYNLIB)
  60   60  
  61   61  CPPFLAGS +=     -I. -I../common -I../../common -I../../../include \
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX