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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/storage/liba5k/sparcv9/Makefile
          +++ new/usr/src/lib/storage/liba5k/sparcv9/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Use is subject to license terms.
  24   24  
  25   25  
  26   26  include ../Makefile.com
  27   27  include ../../../Makefile.lib.64
  28   28  
  29   29  .KEEP_STATE:
  30   30  
  31   31  all: $(LIBS)
  32   32  
  33      -install: all $(ROOTLIBS64) $(ROOTLINKS64)
       33 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX