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/hal/hald-runner/Makefile
          +++ new/usr/src/cmd/hal/hald-runner/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  PROG =          hald-runner
  27   27  OBJS =          main.o runner.o utils.o
  28   28  SRCS =          $(OBJS:%.o=%.c)
  29   29  
  30   30  include ../../Makefile.cmd
  31   31  include ../Makefile.hal
  32   32  
  33   33  ROOTCMDDIR =    $(ROOTLIB_HAL)
  34   34  
  35   35  LDLIBS +=       -lc -ldbus-1 -ldbus-glib-1 -lglib-2.0
       36 +ADJUNCT_LIBS =  libdbus-1.so libdbus-glib-1.so libglib-2.0.so
  36   37  
  37   38  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  38   39  CPPFLAGS +=     -UDBUS_API_SUBJECT_TO_CHANGE
  39   40  CSTD =  $(CSTD_GNU99)
  40   41  
  41   42  .KEEP_STATE:
  42   43  
  43   44  all: $(PROG)
  44   45  
  45   46  $(PROG): $(OBJS)
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX