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

Split Close
Expand all
Collapse all
          --- old/usr/src/ucblib/librpcsoc/Makefile.com
          +++ new/usr/src/ucblib/librpcsoc/Makefile.com
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  
  44   44  LDLIBS += -lnsl -lsocket -lc
  45   45  CPPFLAGS += -DPORTMAP
  46   46  DYNFLAGS += $(ZINTERPOSE)
  47   47  
  48   48  ROOTLIBDIR=     $(ROOT)/usr/ucblib
  49   49  ROOTLIBDIR64=   $(ROOT)/usr/ucblib/$(MACH64)
  50   50  
  51   51  CPPFLAGS = -I$(SRC)/ucbhead -I../../../lib/libc/inc $(CPPFLAGS.master)
  52   52  
  53      -CERRWARN += -_gcc=-Wno-uninitialized
       53 +CERRWARN += $(CNOWARN_UNINIT)
  54   54  
  55   55  # not linted
  56   56  SMATCH=off
  57   57  
  58   58  .KEEP_STATE:
  59   59  
  60   60  lint: lintcheck
  61   61  
  62   62  # include library targets
  63   63  include $(SRC)/lib/Makefile.targ
  64   64  include ../../Makefile.ucbtarg
  65   65  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX