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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dis/Makefile
          +++ new/usr/src/cmd/dis/Makefile
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  # Copyright 2018 Jason King
  26   26  #
  27   27  
  28   28  PROG=   dis
  29   29  OBJS=   dis_target.o dis_main.o dis_util.o dis_list.o
  30   30  SRCS=   $(OBJS:%.o=%.c)
  31   31  
  32   32  include ../Makefile.cmd
  33   33  
  34   34  LDLIBS += -ldisasm -luutil -lelf -ldemangle-sys
  35      -CERRWARN += -_gcc=-Wno-uninitialized
       35 +CERRWARN += $(CNOWARN_UNINIT)
  36   36  
  37   37  .KEEP_STATE:
  38   38  
  39   39  all: $(PROG)
  40   40  
  41   41  $(PROG): $(OBJS)
  42   42          $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  43   43          $(POST_PROCESS)
  44   44  
  45   45  install: all $(ROOTPROG) $(ROOTCCSBINLINK)
  46   46  
  47   47  clean:
  48   48          $(RM) $(OBJS) $(PROG)
  49   49  
  50   50  lint: lint_SRCS
  51   51  
  52   52  include ../Makefile.targ
  53   53  include ../Makefile.ctf
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX