Print this page
NEX-966 FM shouldn't spam system console
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/common/syslog-msgs/Makefile
          +++ new/usr/src/cmd/fm/modules/common/syslog-msgs/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  
  25   25  MODULE = syslog-msgs
  26   26  CLASS = common
  27   27  SRCS = syslog.c
  28   28  
  29   29  include ../../Makefile.plugin
  30   30  
  31   31  LDFLAGS += -L $(ROOT)/usr/lib/fm  -R/usr/lib/fm
  32   32  LINTFLAGS += -L$(ROOT)/usr/lib/fm
  33   33  LDLIBS += -lfmd_msg -lscf
       34 +
       35 +$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX