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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libdl/i386/Makefile
          +++ new/usr/src/cmd/sgs/libdl/i386/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  26   26  #
  27   27  
  28   28  include         $(SRC)/lib/Makefile.filter.com
  29   29  include         ../Makefile.com
  30   30  
  31   31  DYNFLAGS +=     -F /usr/lib/ld.so.1
  32   32  
  33      -install:        all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS)
       33 +install:        all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
  34   34  
  35   35  include         $(SRC)/lib/Makefile.filter.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX