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/modules/sysevent_conf_mod/Makefile
          +++ new/usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  
  26   26  LIBRARY =       sysevent_conf_mod
  27   27  
  28   28  include ../Makefile.com
  29   29  
  30   30  LDLIBS +=       -lnvpair
  31   31  CPPFLAGS +=     -I ../../daemons/syseventconfd
  32   32  
  33      -CERRWARN +=     -_gcc=-Wno-uninitialized
       33 +CERRWARN +=     $(CNOWARN_UNINIT)
  34   34  
  35   35  .KEEP_STATE:
  36   36  
  37   37  all: $(DYNLIB)
  38   38  
  39   39  install: all                            \
  40   40          $(ROOTLIBSYSEVENTDIR)           \
  41   41          $(ROOTLIBDIR)                   \
  42   42          $(ROOTLIBS)
  43   43  
  44   44  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX