Print this page
10593 illumos build should not use kernel modules as link-editor input

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/daktari/platmod/Makefile
          +++ new/usr/src/uts/sun4u/daktari/platmod/Makefile
↓ open down ↓ 89 lines elided ↑ open up ↑
  90   90  lint:           $(LINT_DEPS)
  91   91  
  92   92  modlintlib:     $(MODLINTLIB_DEPS)
  93   93  
  94   94  clean.lint:     $(CLEAN_LINT_DEPS)
  95   95  
  96   96  install:        $(INSTALL_DEPS)
  97   97  
  98   98  check:
  99   99  
 100      -LINT_LIB_DIR    =$(DAKTARI_LINT_LIB_DIR)
      100 +LINT_LIB_DIR    = $(DAKTARI_LINT_LIB_DIR)
 101  101  
 102      -$(PLATLIB):     $(BINARY)
 103      -        $(BUILD.SO) $(BINARY)
      102 +$(PLATLIB):     $(OBJECTS)
      103 +        $(BUILD.SO) $(OBJECTS)
 104  104  
 105  105  $(SYM_MOD):     $(UNIX_O) $(PLATLIB)
 106  106          @echo "resolving symbols against unix.o"
 107  107          @(cd $(UNIX_DIR); pwd; \
 108  108              PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 109  109  
 110  110  #
 111  111  #       Include common targets.
 112  112  #
 113  113  include $(UTSBASE)/sun4u/daktari/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX