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/sparcv9/Makefile
          +++ new/usr/src/cmd/plimit/sparcv9/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  PROG=   plimit
  29   29  
  30   30  OBJS=   plimit.o
  31   31  
  32   32  SRCS=   $(OBJS:%.o=../%.c)
  33   33  
  34   34  include ../../Makefile.cmd
  35   35  include ../../Makefile.cmd.64
  36   36  
  37   37  CFLAGS64        += $(CCVERBOSE)
  38      -CERRWARN        += -_gcc=-Wno-uninitialized
       38 +CERRWARN        += $(CNOWARN_UNINIT)
  39   39  
  40   40  LDLIBS  += -lproc
  41   41  
  42   42  lint    := LINTFLAGS64 = -x -m64
  43   43  
  44   44  CPPFLAGS += -D_LARGEFILE64_SOURCE=1
  45   45  
  46   46  .KEEP_STATE:
  47   47  
  48   48  %.o:    ../%.c
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX