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/starcat/platmod/Makefile
          +++ new/usr/src/uts/sun4u/starcat/platmod/Makefile
↓ open down ↓ 81 lines elided ↑ open up ↑
  82   82  clobber:        $(CLOBBER_DEPS)
  83   83  
  84   84  lint:           $(LINT_DEPS)
  85   85  
  86   86  modlintlib:     $(MODLINTLIB_DEPS)
  87   87  
  88   88  clean.lint:     $(CLEAN_LINT_DEPS)
  89   89  
  90   90  install:        $(INSTALL_DEPS)
  91   91  
  92      -$(PLATLIB):     $(BINARY)
  93      -        $(BUILD.SO) $(BINARY)
       92 +$(PLATLIB):     $(OBJECTS)
       93 +        $(BUILD.SO) $(OBJECTS)
  94   94  
  95   95  #
  96   96  #       Include common targets.
  97   97  #
  98   98  include $(UTSBASE)/sun4u/starcat/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX