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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svc/svcprop/Makefile
          +++ new/usr/src/cmd/svc/svcprop/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  SRCS =          $(OBJS:%.o=%.c)
  29   29  POFILES =       $(OBJS:.o=.po)
  30   30  
  31   31  include ../../Makefile.cmd
  32   32  include ../../Makefile.ctf
  33   33  
  34   34  LDLIBS +=       -lscf -luutil
  35   35  
  36   36  lint := LINTFLAGS = -ux
  37   37  
  38      -CERRWARN += -_gcc=-Wno-uninitialized
       38 +CERRWARN += $(CNOWARN_UNINIT)
  39   39  
  40   40  .KEEP_STATE:
  41   41  
  42   42  all: $(PROG)
  43   43  
  44   44  $(PROG): $(OBJS)
  45   45          $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  46   46          $(POST_PROCESS)
  47   47  
  48   48  install: all $(ROOTPROG)
  49   49  
  50   50  clean:
  51   51          $(RM) $(OBJS)
  52   52  
  53   53  lint: lint_SRCS
  54   54  
  55   55  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX