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/picl/plugins/common/piclevent/Makefile
          +++ new/usr/src/cmd/picl/plugins/common/piclevent/Makefile
↓ open down ↓ 56 lines elided ↑ open up ↑
  57   57  CLEANFILES=     $(LINTOUT) $(LINTLIB) $(MOD_OBJS)
  58   58  CLOBBERFILES += $(LIBLINKS)
  59   59  CLOBBERFILES += $(MODULES)
  60   60  
  61   61  CPPFLAGS +=     -I$(SRC)/lib/libsysevent -I$(SRC)/uts/sun
  62   62  
  63   63  CFLAGS +=       $(CCVERBOSE) $(C_PICFLAGS)
  64   64  CPPFLAGS +=     -D_REENTRANT
  65   65  LDLIBS +=       -L$(SRC)/lib/libsysevent -L$(SRC)/lib/libpicltree/$(MACH)
  66   66  LDLIBS +=       -lc -lpicltree -lnvpair
       67 +LDFLAGS +=      -Bdirect
  67   68  
  68   69  LINTFLAGS +=    -L$(SRC)/lib/libpicltree/$(MACH) -lpicltree
  69   70  
  70   71  .KEEP_STATE:
  71   72  
  72   73  SUBDIRS=
  73   74  
  74   75  POFILE= piclevent.po
  75   76  
  76   77  all :=          TARGET= all
↓ open down ↓ 57 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX