Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/notify/snmp-notify/Makefile.com
          +++ new/usr/src/cmd/fm/notify/snmp-notify/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  $(ROOTMANIFEST) := FILEMODE = 0444
  42   42  $(ROOTNOTIFYPARAMS) := FILEMODE = 0444
  43   43  
  44   44  $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
  45   45  CPPFLAGS += -I. -I../common -I../../../../../lib/fm/libfmnotify/common
  46   46  CSTD    = $(CSTD_GNU99)
  47   47  CFLAGS += $(CTF_FLAGS) $(CCVERBOSE) $(XSTRCONST)
  48   48  LDLIBS += -L$(ROOT)/usr/lib/fm -lnvpair -lfmevent -lfmd_msg -lfmnotify \
  49   49          -lumem -lnetsnmp -lnetsnmpagent
  50   50  LDFLAGS += -R/usr/lib/fm
       51 +ADJUNCT_LIBS = libnetsnmp.so libnetsnmpagent.so
  51   52  LINTFLAGS += -mnu
  52   53  
  53   54  CERRWARN += -_gcc=-Wno-parentheses
  54   55  
  55   56  .NO_PARALLEL:
  56   57  .PARALLEL: $(OBJS) $(LINTFILES)
  57   58  
  58   59  all: $(PROG)
  59   60  
  60   61  $(PROG): $(OBJS)
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX