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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/Makefile
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  .KEEP_STATE:
  30   30  
  31   31  all:    $(PROG)
  32   32  
  33   33  include ../../../Makefile.cmd
  34   34  include ../Makefile.lib
  35   35  
  36   36  LDLIBS += -lsocket -lnsl
  37   37  CPPFLAGS += -I$(SRC)/uts/common/inet/nca
  38   38  
  39      -CERRWARN += -_gcc=-Wno-uninitialized
       39 +CERRWARN += $(CNOWARN_UNINIT)
  40   40  
  41   41  POFILE = ${PROG}.po
  42   42  
  43   43  install:        all $(ROOTLIBINETPROG)
  44   44  
  45   45  clean:
  46   46          $(RM) $(PROG)
  47   47  
  48   48  include ../../../Makefile.targ
  49   49  
  50   50  lint:   lint_PROG
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX