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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/syseventadm/Makefile
          +++ new/usr/src/cmd/syseventadm/Makefile
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  #
  26   26  
  27   27  PROG =  syseventadm
  28   28  
  29   29  SRCS =  $(PROG).c
  30   30  OBJS =  $(PROG).o
  31   31  
  32   32  include ../Makefile.cmd
  33   33  
  34   34  FILEMODE= 0555
  35      -CERRWARN += -_gcc=-Wno-uninitialized
       35 +CERRWARN += $(CNOWARN_UNINIT)
  36   36  
  37   37  POFILES = $(SRCS:.c=.po)
  38   38  
  39   39  all:=           TARGET= all
  40   40  install:=       TARGET= install
  41   41  clean:=         TARGET= clean
  42   42  clobber:=       TARGET= clobber
  43   43  lint:=          TARGET= lint
  44   44  _msg:=          TARGET= _msg
  45   45  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX