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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libm/sparcv9/Makefile
          +++ new/usr/src/lib/libm/sparcv9/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  14   14  #
  15   15  
  16   16  TARGET_ARCH= sparcv9
  17   17  
  18   18  include ../Makefile.com
  19   19  include $(SRC)/lib/Makefile.lib.64
  20   20  
  21   21  CHIP            = ultra
  22   22  
  23      -install:        all $(ROOTLIBS64) $(ROOTLINKS64)
       23 +install:        all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
  24   24  
  25   25  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX