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/amd64/Makefile
          +++ new/usr/src/cmd/plimit/amd64/Makefile
↓ open down ↓ 26 lines elided ↑ open up ↑
  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  include ../../Makefile.cmd.64
  35   35  
  36   36  CFLAGS64        += $(CCVERBOSE)
  37      -CERRWARN        += -_gcc=-Wno-uninitialized
       37 +CERRWARN        += $(CNOWARN_UNINIT)
  38   38  
  39   39  LDLIBS  += -lproc
  40   40  
  41   41  CPPFLAGS += -D_LARGEFILE64_SOURCE=1
  42   42  
  43   43  .KEEP_STATE:
  44   44  
  45   45  %.o:    ../%.c
  46   46          $(COMPILE.c) $<
  47   47  
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX