Print this page
lib: move compat links from targetdirs to proper makefiles

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/librtld_db/Makefile.com
          +++ new/usr/src/cmd/sgs/librtld_db/Makefile.com
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  
  26   26  LIBRARY=        librtld_db.a
  27   27  VERS=           .1
  28   28  
  29   29  COMOBJS=        rtld_db.o       rd_elf.o
  30   30  BLTOBJ=         msg.o
  31   31  
  32   32  OBJECTS =       $(BLTOBJ) $(COMOBJS) $(COMOBJS64) $(PLTOBJS)
  33   33  
  34   34  include         $(SRC)/lib/Makefile.lib
       35 +include         $(SRC)/lib/Makefile.rootfs
  35   36  include         $(SRC)/cmd/sgs/Makefile.com
  36   37  
  37   38  SRCDIR =        ../common
  38   39  
  39   40  CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc
  40   41  DYNFLAGS +=     $(VERSREF)
  41   42  LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  42   43  
  43   44  CERRWARN +=     -_gcc=-Wno-uninitialized
  44   45  
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX