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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libelf/Makefile.targ.64.man.txt
          +++ new/usr/src/cmd/sgs/libelf/Makefile.targ.64.man.txt
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  
  24   24  objs/%.o pics/%.o:  ../misc/%.c         $(COMPILE.c) -DELF -o $@ $<
  25   25            $(POST_PROCESS_O)
  26   26  
  27   27  objs/%.o pics/%.o:  ../common/%.c       $(COMPILE.c) -o $@ $<
  28   28            $(POST_PROCESS_O)
  29   29  
  30   30  all:      $(BLTSRCS) .WAIT $(LIBS) $(LIBLINKS)
  31   31  
  32   32  install:  all .WAIT $(ROOTFS_LIBS64) $(ROOTFS_LINKS64)
       33 +     $(ROOTCOMPATLINKS64)
  33   34  
  34   35  delete:        $(RM) $(DYNLIB)
  35   36  
  36   37  $(LIBLINKS):        $(RM) $(LIBLINKS)        $(SYMLINK) $(DYNLIB) $(LIBLINKS)
  37   38  
  38   39  CLOBBERFILES += $(LIBLINKS)
  39   40  
  40   41  # include common library targets # include        $(SRC)/lib/Makefile.targ
  41   42  include        $(SRC)/cmd/sgs/Makefile.targ
  42   43  
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX