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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libdl/Makefile.com
          +++ new/usr/src/cmd/sgs/libdl/Makefile.com
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  #
  22   22  # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  24   24  #
  25   25  
  26   26  LIBRARY =       libdl.a
  27   27  VERS =          .1
  28   28  
  29   29  include         $(SRC)/lib/Makefile.rootfs
       30 +
       31 +COMPATLINKS +=  /etc/lib/libdl.so.1
       32 +$(ROOT)/etc/lib/libdl.so.1 := COMPATLINKTARGET=../../lib/libdl.so.1
       33 +
       34 +
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX