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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/syseventd/daemons/syseventd/Makefile
          +++ new/usr/src/cmd/syseventd/daemons/syseventd/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  PROG =  syseventd
  28   28  SRCS =  syseventd.c sysevent_signal.c sysevent_client.c
  29   29  
  30   30  include ../Makefile.com
  31   31  
  32      -CERRWARN += -_gcc=-Wno-uninitialized
       32 +CERRWARN += $(CNOWARN_UNINIT)
  33   33  
  34   34  .KEEP_STATE:
  35   35  
  36   36  all: $(PROG)
  37   37  
  38   38  install: all                            \
  39   39          $(ROOTLIBSYSEVENTDIR)           \
  40   40          $(ROOTLIBSYSEVENTSYSEVENTD)
  41   41  
  42   42  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX