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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/plimit/i386/Makefile
          +++ new/usr/src/cmd/plimit/i386/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  
  27   27  PROG=   plimit
  28   28  
  29   29  OBJS=   plimit.o
  30   30  
  31   31  SRCS=   $(OBJS:%.o=../%.c)
  32   32  
  33   33  include ../../Makefile.cmd
  34   34  
  35   35  CFLAGS  += $(CCVERBOSE)
  36      -CERRWARN += -_gcc=-Wno-uninitialized
       36 +CERRWARN += $(CNOWARN_UNINIT)
  37   37  
  38   38  LDLIBS  += -lproc
  39   39  
  40   40  lint    := LINTFLAGS = -x
  41   41  
  42   42  CPPFLAGS += -D_LARGEFILE64_SOURCE=1
  43   43  
  44   44  .KEEP_STATE:
  45   45  
  46   46  %.o:    ../%.c
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX